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";
|
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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user