#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:
Dany De Bontridder 2011-12-20 14:16:52 +00:00
parent 1d5255c342
commit cae5c0af76
6 changed files with 31 additions and 10 deletions

View file

@ -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);