// Fix tax rules group product and carriers deletion
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13967 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -682,7 +682,7 @@ class ProductCore extends ObjectModel
|
||||
!$this->deleteAccessories() ||
|
||||
!$this->deleteFromAccessories() ||
|
||||
!$this->deleteFromSupplier() ||
|
||||
!$this->deleteTaxRulesGroup(true))
|
||||
!$this->deleteTaxRulesGroup(Shop::getShops(true, null, true)))
|
||||
return false;
|
||||
|
||||
if ($id = ProductDownload::getIdFromIdProduct($this->id))
|
||||
|
||||
Reference in New Issue
Block a user