ajout import fonctions step 2
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user