// Fix multilang on some modules

This commit is contained in:
rMalie
2012-01-02 13:47:41 +00:00
parent b079b8cda8
commit 881c364cba
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ class LoyaltyStateModule extends ObjectModel
public static $definition = array(
'table' => 'loyalty_state',
'primary' => 'id_loyalty_state',
'multilang' => true,
'fields' => array(
'id_order_state' => array('type' => self::TYPE_INT, 'validate' => 'isInt'),