fix : The property am does not seem to exist on Tva
This commit is contained in:
parent
91bb04bdba
commit
65b6af12f8
@ -290,7 +290,7 @@ if ($action == 'create') {
|
||||
print "</tr>\n";
|
||||
$total += $objp->total;
|
||||
$total_ttc += $objp->total_ttc;
|
||||
$totalrecu += $objp->am;
|
||||
$totalrecu += $objp->amount;
|
||||
$i++;
|
||||
}
|
||||
if ($i > 1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user