FIX : better method
This commit is contained in:
parent
d6a9da57e1
commit
2142ccee8a
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user