#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:
jean 2016-06-04 11:28:37 +02:00
parent 3102981b88
commit b3504977b0

View File

@ -1806,6 +1806,7 @@ class FactureFournisseur extends CommonInvoice
$object->date = '';
$object->date_echeance = '';
$object->ref_client = '';
$object->libelle = $langs->trans("CopyOf").' '.$object->libelle;
$object->close_code = '';
$object->close_note = '';