Skip to content

Commit

Permalink
MM bill parser: S is a normal read
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Nov 27, 2024
1 parent 4561cbd commit e1e21dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chellow/e/bill_parsers/mm.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def _handle_0460(headers, pre_record, record):
" ": "E",
"E": "E",
"N": "N",
"S": "N",
}


Expand Down

0 comments on commit e1e21dd

Please sign in to comment.