fix : The property am does not seem to exist on ChargeSociales
This commit is contained in:
parent
bff81ce9bb
commit
8ba445b27c
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user