Merge pull request #162 from bumbu/patch-2

[-] CORE : updateMultishopTable() where argument is not mandatory anymore
This commit is contained in:
Gregory Roussac
2013-07-24 10:07:56 -07:00
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4751,7 +4751,7 @@ class ProductCore extends ObjectModel
{
return ObjectModel::updateMultishopTable('product', array(
'ecotax' => 0,
), '');
));
}
/**
@@ -5380,4 +5380,4 @@ class ProductCore extends ObjectModel
Pack::addItem($this->id, (int)$item['id'], (int)$item['quantity']);
return true;
}
}
}