This commit is contained in:
Laurent Destailleur 2022-06-12 20:33:10 +02:00
parent b2bc6059df
commit 89d135288b

View File

@ -370,7 +370,7 @@ class modCommande extends DolibarrModules
), ),
); );
//Import CPV Lines //Import Order Lines
$r++; $r++;
$this->import_code[$r] = 'commande_lines_'.$r; $this->import_code[$r] = 'commande_lines_'.$r;
$this->import_label[$r] = 'SaleOrderLines'; $this->import_label[$r] = 'SaleOrderLines';