SuffolkLITLab / docassemble-AffidavitOfIndigencySupplement

The Supplement to Massachusett's Fee Waiver Form
https://courtformsonline.org
MIT License
1 stars 1 forks source link

fix output of numbers on the PDF to integer to remove decimals #20

Closed dahlerik closed 2 years ago

dahlerik commented 4 years ago

the decimals often exceed the space due to the calcuations, e.g. repeating 3333333

int(var_name) in the PDF fields should control that enough.

No need for currency type because dollar sign is already on form.