#315 Détail article
Pour journaux VEN et ach on peut changer le libellé de la ligne, par défaut, nom de la fiche. En cas de génération de document, ce libellé sera utilisé
This commit is contained in:
parent
1d5255c342
commit
cae5c0af76
6 changed files with 31 additions and 10 deletions
|
|
@ -800,6 +800,13 @@ class Document
|
|||
}
|
||||
else $r = "";
|
||||
break;
|
||||
case 'VEN_ART_LABEL':
|
||||
extract ($_POST);
|
||||
$id='e_march'.$counter."_label";
|
||||
// check if the march exists
|
||||
if ( ! isset (${$id})) return "";
|
||||
$r=${'e_march'.$counter.'_label'};
|
||||
break;
|
||||
|
||||
case 'VEN_ART_PRICE':
|
||||
extract ($_POST);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue