[-] MO : MailAlerts module upgraded for PrestaShop 1.5

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12688 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fGaillard
2012-01-25 16:04:31 +00:00
parent 33cf4fab23
commit a15c3ce6eb
20 changed files with 956 additions and 492 deletions
+3
View File
@@ -1189,6 +1189,9 @@ class ProductCore extends ObjectModel
$id_images, $reference, $ean13, $default, $location = null, $upc = null, $minimal_quantity, $available_date
);
$this->addSupplierReference($supplier_reference, $id_product_attribute);
Hook::exec('actionProductAttributeUpdate', array('id_product_attribute' => $id_product_attribute));
return $return;
}