Index: in-commerce/units/pricing/pricing_config.php =================================================================== --- in-commerce/units/pricing/pricing_config.php (revision 13813) +++ in-commerce/units/pricing/pricing_config.php (working copy) @@ -87,9 +87,9 @@ 'Price' => Array ('type' => 'float', 'not_null' => 1, 'formatter' => 'kFormatter', 'min_value_inc' => 0, 'format' => '%.2f', 'default' => 0), 'Negotiated' => Array ( 'type' => 'int', - 'formatter' => 'kOptionsFormatter', - 'options' => Array ( 0 => 'la_No', 1 => 'la_Yes', ), 'use_phrases' => 1, - 'not_null' => 1, 'default' => 0, + 'formatter' => 'kOptionsFormatter', + 'options' => Array ( 0 => 'la_No', 1 => 'la_Yes', ), 'use_phrases' => 1, + 'default' => NULL, ), 'Points' => Array ('type' => 'int', 'default' => 0), 'AccessDuration'=> Array ('type' => 'int', 'not_null' => 1, 'default' => 0,), @@ -97,8 +97,8 @@ 'Description' => Array ('type' => 'string', 'max_len' => 255, 'default' => NULL), 'IsPrimary' => Array ( 'type' => 'int', - 'formatter' => 'kOptionsFormatter', - 'options' => Array ( 0 => 'la_No', 1 => 'la_Yes', ), 'use_phrases' => 1, + 'formatter' => 'kOptionsFormatter', + 'options' => Array ( 0 => 'la_No', 1 => 'la_Yes', ), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0, ), 'GroupId' => Array ('type' => 'int', 'default' => 0, 'not_null' => 1), @@ -108,7 +108,7 @@ // 'AccessExpiration' => Array ('type' => 'int', 'formatter' => 'kDateFormatter'), // Customization healtheconomics.org -- ), - + 'VirtualFields' => Array ( ), Index: in-link/units/listing_types/listing_types_config.php =================================================================== --- in-link/units/listing_types/listing_types_config.php (revision 13756) +++ in-link/units/listing_types/listing_types_config.php (working copy) @@ -130,7 +130,7 @@ 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_No', 1 => 'la_Yes',), 'use_phrases' => 1, - 'default' => 1, 'not_null' => 1, + 'default' => 0, 'not_null' => 1, ), 'ShopCartName' => Array ('type' => 'string', 'default' => null), 'Price' => Array ('type' => 'double', 'default' => ''),