ajout import fonctions step 2

This commit is contained in:
tibo
2020-03-04 13:09:17 +00:00
parent 44bccfc692
commit 6110bb4cad
2 changed files with 23 additions and 32 deletions

View File

@@ -195,8 +195,6 @@ foreach($shipments as $element)
// Conserver l'instruction dans un tableau
$instructions[] = [SMETI_db::$code, SMETI_db::$item];
$code = 'CHAP'.$element['instruction'];
$libelle = 'Chapitres '.$element['instruction'];
// Rajouter un item pour les chapitres
SMETI_db::$code = 'CHAP'.$element['instruction'];
SMETI_db::$libelle = 'Chapitres '. $element['instruction'];