Fixing style errors.
This commit is contained in:
parent
5f4ad2a9fa
commit
1cff5e0e03
@ -817,7 +817,7 @@ class Facture extends CommonInvoice
|
|||||||
$originid = $line->id;
|
$originid = $line->id;
|
||||||
$origintype = $this->element;
|
$origintype = $this->element;
|
||||||
}
|
}
|
||||||
|
|
||||||
// init ref_ext
|
// init ref_ext
|
||||||
if (empty($line->ref_ext)) {
|
if (empty($line->ref_ext)) {
|
||||||
$line->ref_ext = '';
|
$line->ref_ext = '';
|
||||||
@ -1197,7 +1197,7 @@ class Facture extends CommonInvoice
|
|||||||
$object->lines[$i]->date_end = $newLast;
|
$object->lines[$i]->date_end = $newLast;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$object->lines[$i]->ref_ext = ''; // Do not clone ref_ext
|
$object->lines[$i]->ref_ext = ''; // Do not clone ref_ext
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user