瀏覽代碼

correction code marché

master
tibo 5 年之前
父節點
當前提交
61b873ae4f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bin/import_09_marches.php

+ 1
- 1
bin/import_09_marches.php 查看文件

@ -101,7 +101,7 @@ foreach($shipments as $element)
// Dépiler
$pile_index -= 1;
// Rajouter un item
SMETI_db::$code = 'MARC'.$pile_code[$pile_index].$element['mpcacod'];
SMETI_db::$code = 'MARC'.$pile_code[$pile_index].$element['marcann'];
SMETI_db::$libelle = 'Marchés '.$element['marcann'];
SMETI_db::$req1->execute();
// Rajouter un lien

Loading…
取消
儲存