bug fix
This commit is contained in:
parent
b7ec1df072
commit
dd1a0741db
|
@ -154,7 +154,12 @@ def get_map(row,config,version):
|
|||
|
||||
for row_item in row :
|
||||
value = get_map(row_item,config,version)
|
||||
value['_index'] = len(object_value)
|
||||
object_value.append(value)
|
||||
#
|
||||
# We need to add the index of the object it matters in determining the claim types
|
||||
#
|
||||
|
||||
# object_value.append( list(get_map(row_item,config,version)))
|
||||
# object_value = {label:object_value}
|
||||
return object_value
|
||||
|
|
Loading…
Reference in New Issue