Fixing style errors.

This commit is contained in:
stickler-ci 2020-09-04 17:33:58 +00:00
parent 5f4ad2a9fa
commit 1cff5e0e03

View File

@ -817,7 +817,7 @@ class Facture extends CommonInvoice
$originid = $line->id;
$origintype = $this->element;
}
// init ref_ext
if (empty($line->ref_ext)) {
$line->ref_ext = '';
@ -1197,7 +1197,7 @@ class Facture extends CommonInvoice
$object->lines[$i]->date_end = $newLast;
}
}
$object->lines[$i]->ref_ext = ''; // Do not clone ref_ext
}