mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
FIX 17.0: when you clone an invoice that was created from a template invoice, the clone should not be linked to the template invoice (#34777)
This commit is contained in:
@@ -1255,6 +1255,7 @@ class Facture extends CommonInvoice
|
||||
$object->user_valid = null; // deprecated
|
||||
$object->fk_user_author = $user->id;
|
||||
$object->fk_user_valid = null;
|
||||
$object->fk_fac_rec_source = null;
|
||||
$object->fk_facture_source = 0;
|
||||
$object->date_creation = '';
|
||||
$object->date_modification = '';
|
||||
|
||||
Reference in New Issue
Block a user