fix : The property am does not seem to exist on Tva

This commit is contained in:
Philippe GRAND 2022-05-21 22:23:06 +02:00
parent 91bb04bdba
commit 65b6af12f8

View File

@ -290,7 +290,7 @@ if ($action == 'create') {
print "</tr>\n"; print "</tr>\n";
$total += $objp->total; $total += $objp->total;
$total_ttc += $objp->total_ttc; $total_ttc += $objp->total_ttc;
$totalrecu += $objp->am; $totalrecu += $objp->amount;
$i++; $i++;
} }
if ($i > 1) { if ($i > 1) {