Skip to content

Commit

Permalink
retour PR
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-jonathan committed May 16, 2024
1 parent 06e3ee7 commit 382df4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modProduct.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ public function __construct($db)
'pa.incdec' => "0",
'pa.rang' => "1");
$this->import_regex_array[$r] = array('pa.fk_product_pere' => 'rowid@'.MAIN_DB_PREFIX.'product', 'pa.fk_product_fils' => 'rowid@'.MAIN_DB_PREFIX.'product');
$this->import_updatekeys_array[$r] = array('pa.fk_product_pere' => 'ref parent', 'pa.fk_product_fils' => "ref enfant");
$this->import_updatekeys_array[$r] = array('pa.fk_product_pere' => 'import_ref_parent', 'pa.fk_product_fils' => "import_ref_child");
}
}

Expand Down
3 changes: 3 additions & 0 deletions htdocs/langs/fr_FR/products.lang
Original file line number Diff line number Diff line change
Expand Up @@ -437,3 +437,6 @@ AllowStockMovementVariantParent=Enregistre également les mouvements de stock su
AllowStockMovementVariantParentHelp=Par défaut, un parent d'une variante est un produit virtuel, donc aucun stock n'est géré pour celui-ci. En activant cette option, un stock sera géré pour les produits parents et à chaque fois qu'une quantité de stock est modifiée pour une variante de produit, la même quantité sera modifiée pour le produit parent. Vous ne devriez pas avoir besoin de cette option, sauf si vous utilisez une variante pour gérer le même produit que le parent (mais avec des descriptions, des prix différents...)
ConfirmSetToDraftInventory=Êtes-vous sûr de vouloir revenir à l'état de brouillon ?<br>Les quantités actuellement définies dans l'inventaire seront réinitialisées.
PriceLabel=Libellé du prix

import_ref_parent= Ref parent
import_ref_child= Ref enfant

0 comments on commit 382df4e

Please sign in to comment.