// 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:
bMancone
2011-11-14 13:36:33 +00:00
parent dfd46db560
commit 74ef17ca79
4 changed files with 45 additions and 20 deletions
@@ -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