Merge pull request #162 from bumbu/patch-2
[-] CORE : updateMultishopTable() where argument is not mandatory anymore
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user