Index: branches/5.2.x/units/shipping/shipping_config.php =================================================================== diff -u -N -r14089 -r14099 --- branches/5.2.x/units/shipping/shipping_config.php (.../shipping_config.php) (revision 14089) +++ branches/5.2.x/units/shipping/shipping_config.php (.../shipping_config.php) (revision 14099) @@ -1,6 +1,6 @@ Array ('type' => 'float', 'formatter' => 'kFormatter', 'not_null' => 1, 'format' => '%.2f', 'default' => 0), 'IsFreePromoShipping' => Array ( 'type' => 'int', - 'formatter' => 'kOptionsFormatter', + 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_No', 1 => 'la_Yes', ), 'use_phrases' => 1, 'default' => 0, 'not_null' => 1, ), 'InsuranceFee' => Array ('type' => 'float', 'default' => null), 'InsuranceType' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', - 'options' => Array (2 => 'la_Percent', 1 => 'la_Flat',), 'use_phrases' => 1, + 'options' => Array (2 => 'la_Percent', 1 => 'la_Flat',), 'use_phrases' => 1, 'not_null' => 1, 'default' => 2 ), ),