fix warning

This commit is contained in:
Frédéric FRANCE 2021-06-13 15:59:22 +02:00 committed by GitHub
parent 497e9edbb2
commit 791e4ab056
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++;