FIX : better method

This commit is contained in:
gauthier 2019-02-08 15:17:40 +01:00
parent d6a9da57e1
commit 2142ccee8a

View File

@ -651,8 +651,8 @@ if ($action == 'create')
print "</tr>\n";
}
$total_debit = price2num($total_debit, 2);
$total_credit = price2num($total_credit, 2);
$total_debit = price2num($total_debit, 'MT');
$total_credit = price2num($total_credit, 'MT');
if ($total_debit != $total_credit)
{