Skip to content

Commit b8a328e

Browse files
committed
Better support for budget parts
1 parent 37184a4 commit b8a328e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taxonomies/muni-budgets/process.py

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def operate_on_row(self, row):
5757
cc = ''.join(cc)
5858
if len(cc) == 9:
5959
cc = f'1{cc}'
60+
elif len(cc) == 6:
61+
cc = f'1{cc}000'
6062
row['card-code'] = cc
6163

6264

0 commit comments

Comments
 (0)