Comment 1 for bug 955242

Revision history for this message
Alexis de Lattre (alexis-via) wrote :

>>> int(round(4.99))
5
>>> int(round(4.49))
4

THat's what's in the code, cf l10n_fr_intrastat_product/intrastat_product.py

So, for me, the current implementation is OK : a value of 4.99 will become 5 in DEB.