Skip to content

Commit

Permalink
Better support for budget parts
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Sep 10, 2024
1 parent 37184a4 commit b8a328e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taxonomies/muni-budgets/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def operate_on_row(self, row):
cc = ''.join(cc)
if len(cc) == 9:
cc = f'1{cc}'
elif len(cc) == 6:
cc = f'1{cc}000'
row['card-code'] = cc


Expand Down

0 comments on commit b8a328e

Please sign in to comment.