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

This commit is contained in:
Philippe GRAND 2022-05-21 18:11:34 +02:00
parent bff81ce9bb
commit 8ba445b27c

View File

@ -291,7 +291,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) {