// Fix multilang on some modules
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11991 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user