Skip to content

Commit 1f9504b

Browse files
Update closing_day_service.py
1 parent 5f92c57 commit 1f9504b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fiscguy/services/closing_day_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _fmt_tax_percent(self, tax_percent) -> str:
4646
"""
4747
Format tax percent for the closing signature string per ZIMRA spec
4848
(section 13.3.1):
49-
- Always two decimal places: 15 → "15.00", 0 → "0.00", 14.5 → "14.50"
49+
- Always two decimal places: 15 → "15.00", 0 → "0.00", 15.5 → "15.50"
5050
- Exempt (None) → empty string ""
5151
"""
5252
if tax_percent is None:

0 commit comments

Comments
 (0)