소스 검색

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

불러오는 중...
취소
저장