Merge pull request #14091 from atm-gauthier/11.0_ldcompta

FIX : force rounding 2 on export ld compta
This commit is contained in:
Laurent Destailleur 2020-06-16 21:41:40 +02:00 committed by GitHub
commit 2c0a1904b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -985,7 +985,7 @@ class AccountancyExport
print $racine_subledger_account . $separator; // deprecated CPTG & CPTA use instead
// MONT
print price(abs($line->montant), 0, '', 1, 2).$separator;
print price(abs($line->montant), 0, '', 1, 2, 2).$separator;
// CODC
print $line->sens.$separator;
// CPTG