Merge pull request #17915 from frederic34/patch-15

fix warning
This commit is contained in:
Laurent Destailleur 2021-06-13 16:15:51 +02:00 committed by GitHub
commit ec87115177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4250,7 +4250,7 @@ class Facture extends CommonInvoice
$generic_facture->statut = $obj->fk_statut;
$response->nbtodo++;
$response->total += $obj->total;
$response->total += $obj->total_ht;
if ($generic_facture->hasDelay()) {
$response->nbtodolate++;