Skip to content

Commit

Permalink
Changing involved_yishuv fields to accident_yishuv fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziv17 committed May 5, 2024
1 parent df25a5c commit fef1db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ def adapt_location_fields_to_involve_table(filter: dict) -> dict:
res = copy.copy(filter)
for field in ["yishuv_name", "yishuv_symbol"]:
if field in res:
res[f"involve_{field}"] = res.pop(field)
res[f"accident_{field}"] = res.pop(field)
return res

0 comments on commit fef1db0

Please sign in to comment.