Skip to content

Commit

Permalink
#5224 Adding "Copyof" before invoice label to remind user to change it
Browse files Browse the repository at this point in the history
and avoid label to be the label of cloned invoice
  • Loading branch information
tiaris committed Jun 4, 2016
1 parent 3102981 commit b350497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/fourn/class/fournisseur.facture.class.php
Expand Up @@ -1806,6 +1806,7 @@ function createFromClone($fromid,$invertdetail=0)
$object->date = '';
$object->date_echeance = '';
$object->ref_client = '';
$object->libelle = $langs->trans("CopyOf").' '.$object->libelle;
$object->close_code = '';
$object->close_note = '';

Expand Down

0 comments on commit b350497

Please sign in to comment.