7 mois
7 mois
Curieux car ce code fait le job normalement
CODE
if($depends_on_stock && !Stock::deleteStockByIds($id_product, $id_product_attribute)) {
$success = false;
$this->errors[] = $this->l('Error while deleting the stock');
}