#5224 Adding "Copyof" before invoice label to remind user to change it
and avoid label to be the label of cloned invoice
This commit is contained in:
parent
3102981b88
commit
b3504977b0
@ -1806,6 +1806,7 @@ class FactureFournisseur extends CommonInvoice
|
|||||||
$object->date = '';
|
$object->date = '';
|
||||||
$object->date_echeance = '';
|
$object->date_echeance = '';
|
||||||
$object->ref_client = '';
|
$object->ref_client = '';
|
||||||
|
$object->libelle = $langs->trans("CopyOf").' '.$object->libelle;
|
||||||
$object->close_code = '';
|
$object->close_code = '';
|
||||||
$object->close_note = '';
|
$object->close_note = '';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user