// It is not possible to delete a product if there are currently physical stock/supply order(s) for this product, anymore
This commit is contained in:
@@ -899,6 +899,8 @@ class AdminStockManagementControllerCore extends AdminController
|
||||
$id_product_attribute = (int)Tools::getValue('id_product_attribute', 0);
|
||||
|
||||
$product_is_valid = false;
|
||||
$is_pack = false;
|
||||
$is_virtual = false;
|
||||
$lang_id = $this->context->language->id;
|
||||
|
||||
// try to load product attribute first
|
||||
|
||||
Reference in New Issue
Block a user