Skip to content

Commit

Permalink
Remove status from cooperatives
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Apr 8, 2024
1 parent 5b16efa commit 1358fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def parse_cooperatives(self, cooperatives):
"inspector": cooperative.pop("InspectorName", None),
"phone": cooperative.pop("Phone", None),
"municipality_id": self.parse_integer(cooperative.pop("TownId", None)),
"status": cooperative.pop("StatusId", None),
# "status": cooperative.pop("StatusId", None),
"mailing_address": cooperative.pop("MailingAddress", None),
# "secondary_type_id": self.parse_integer(cooperative["C_SUG_MISHNI"]),
# "secondary_type": cooperative["TEUR_SUG_MISHNEI"],
Expand Down

0 comments on commit 1358fcd

Please sign in to comment.