fix warning
This commit is contained in:
parent
497e9edbb2
commit
791e4ab056
@ -4250,7 +4250,7 @@ class Facture extends CommonInvoice
|
|||||||
$generic_facture->statut = $obj->fk_statut;
|
$generic_facture->statut = $obj->fk_statut;
|
||||||
|
|
||||||
$response->nbtodo++;
|
$response->nbtodo++;
|
||||||
$response->total += $obj->total;
|
$response->total += $obj->total_ht;
|
||||||
|
|
||||||
if ($generic_facture->hasDelay()) {
|
if ($generic_facture->hasDelay()) {
|
||||||
$response->nbtodolate++;
|
$response->nbtodolate++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user