ricco386 / django-faktura

Simple django app for invoice generation.
MIT License
12 stars 6 forks source link

Admin list total amount rounding problem #8

Closed ricco386 closed 5 years ago

ricco386 commented 5 years ago

Admin list invoices total amount is rounding differently than front end. Update logic to round the same way.

mimmon commented 5 years ago

I will do this one

ricco386 commented 5 years ago

@mimmon thanks, PR: https://github.com/ricco386/django-faktura/pull/11 has been merged.