Index: branches/5.2.x/units/pricing/pricing_config.php =================================================================== diff -u -N -r14258 -r14569 --- branches/5.2.x/units/pricing/pricing_config.php (.../pricing_config.php) (revision 14258) +++ branches/5.2.x/units/pricing/pricing_config.php (.../pricing_config.php) (revision 14569) @@ -1,6 +1,6 @@ Array ( 0 => 'la_No', 1 => 'la_Yes', ), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0, ), - 'GroupId' => Array ('type' => 'int', 'default' => 0, 'not_null' => 1), - // 'AccessRebillDate' => Array ('type'=> 'integer', 'min_value' => 0, 'max_value' => 31, 'not_null'=> '1', 'default'=>0), - // Customization healtheconomics.org - // 'DurationType' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'use_phrases' => 1, 'options' => Array (1 => 'la_opt_interval', 2 => 'la_opt_date'), 'not_null' => 1, 'default' => 1), - // 'AccessExpiration' => Array ('type' => 'int', 'formatter' => 'kDateFormatter'), - // Customization healtheconomics.org -- + 'GroupId' => Array ('type' => 'int', 'default' => 0, 'not_null' => 1), + + /* TODO implement these fields in business logic + 'AccessRebillDate' => Array ( + 'type'=> 'int', 'min_value' => 0, 'max_value' => 31, 'not_null'=> '1', 'default' => 0, + ), + 'DurationType' => Array ( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', + 'options' => Array ( + 1 => 'la_opt_Interval', 2 => 'la_opt_Date', + ), + 'use_phrases' => 1, 'not_null' => 1, 'default' => 1, + ), + 'AccessExpiration' => Array ('type' => 'int', 'formatter' => 'kDateFormatter'), + */ ), 'VirtualFields' => Array (