fix php warning
This commit is contained in:
parent
81f1bee10c
commit
d7500b1609
@ -1217,8 +1217,9 @@ class Facture extends CommonInvoice
|
||||
$object->lines[$i]->date_end = $newLast;
|
||||
}
|
||||
}
|
||||
|
||||
$object->lines[$i]->ref_ext = ''; // Do not clone ref_ext
|
||||
if ($object->lines[$i]) {
|
||||
$object->lines[$i]->ref_ext = '';
|
||||
}// Do not clone ref_ext
|
||||
}
|
||||
|
||||
// Create clone
|
||||
|
||||
Loading…
Reference in New Issue
Block a user