// fix norm and change asso_shop for shop call in initForm()

This commit is contained in:
lLefevre
2011-11-17 12:27:07 +00:00
parent 3aaaebfe21
commit 6f7510efcc
4 changed files with 96 additions and 50 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class GroupShopCore extends ObjectModel
'group' => array('type' => 'group_shop'),
'manufacturer' => array('type' => 'group_shop'),
'supplier' => array('type' => 'group_shop'),
'zone' => array('type' => 'shop'),
'zone' => array('type' => 'group_shop'),
'tax_rules_group' => array('type' => 'group_shop'),
);