Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Dec 6, 2024
1 parent eb3413e commit 3187aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chellow/e/bill_parsers/mm.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def _handle_1600(headers, pre_record, record):
)
late_payment_gbp = Decimal(parts["late_payment_fee"]) / Decimal(100)

headers["breakdown"]["late_payment_gbp"] += late_payment_gbp
headers["breakdown"]["late-payment-gbp"] += late_payment_gbp


def _handle_1700(headers, pre_record, record):
Expand Down

0 comments on commit 3187aa4

Please sign in to comment.