Index: branches/5.0.x/in-commerce/units/currencies/currencies_config.php =================================================================== diff -u -r12674 -r12699 --- branches/5.0.x/in-commerce/units/currencies/currencies_config.php (.../currencies_config.php) (revision 12674) +++ branches/5.0.x/in-commerce/units/currencies/currencies_config.php (.../currencies_config.php) (revision 12699) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'default' => null,'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_Left', 1 => 'la_Right'),'use_phrases' => '1'), 'Name' => Array ('type' => 'string', 'not_null' => '1', 'default' => ''), 'RateToPrimary' => Array ('type' => 'float', 'not_null' => 1, 'min_value_exc' => 0, 'formatter' => 'kFormatter', 'format' => '%0.4f', 'default' => 1), - 'Modified' => Array ('type' => 'int', 'not_null' => 1, 'default' => '#NOW#', 'formatter' => 'kDateFormatter'), + 'Modified' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), 'Status' => Array ('type' => 'int', 'not_null' => 1, 'default' => 1, 'options' => Array ( 1 => 'la_Active', 0 => 'la_Disabled' ), 'use_phrases' => 1, 'formatter' => 'kOptionsFormatter'), 'IsPrimary' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Priority' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0),