ObjectModel::updateMultishopTable() where argument is not mandatory

This commit is contained in:
bumbu
2013-01-07 19:24:12 +02:00
parent 66ddc0c809
commit 0036768ae5
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4609,7 +4609,7 @@ class ProductCore extends ObjectModel
{
return ObjectModel::updateMultishopTable('product', array(
'ecotax' => 0,
), '');
));
}
/**