// Stock Available : Add shared management for group of shops

This commit is contained in:
dSevere
2011-11-30 16:28:06 +00:00
parent 48c0a94350
commit fdcbd6b651
9 changed files with 442 additions and 188 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ abstract class ObjectModelCore
$assos = GroupShop::getAssoTables();
if (isset($assos[$this->table]) && $assos[$this->table]['type'] == 'group_shop')
Db::getInstance()->Execute('DELETE FROM `'._DB_PREFIX_.$this->table.'_group_shop` WHERE `'.$this->identifier.'`='.(int)$this->id);
/* Hook */
Hook::exec('actionObject'.get_class($this).'DeleteAfter');