Index: branches/5.0.x/in-commerce/units/affiliate_payment_types/affiliate_payment_types_config.php =================================================================== diff -u -r12674 -r12699 --- branches/5.0.x/in-commerce/units/affiliate_payment_types/affiliate_payment_types_config.php (.../affiliate_payment_types_config.php) (revision 12674) +++ branches/5.0.x/in-commerce/units/affiliate_payment_types/affiliate_payment_types_config.php (.../affiliate_payment_types_config.php) (revision 12699) @@ -1,6 +1,6 @@ Array( 'PaymentTypeId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Name' => Array('type' => 'string','not_null' => '1', 'required' => 1, 'default' => ''), - 'Description' => Array('type' => 'string', 'formatter' => 'kFormatter', 'not_null' => 1, 'using_fck' => 1, 'default' => ''), + 'Description' => Array('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL), 'IsPrimary' => Array('type' => 'int','not_null' => 1, 'default' => 0), 'Status' => Array('type' => 'int','not_null' => 1, 'default' => 0), 'Priority' => Array('type' => 'int','not_null' => 1, 'default' => 0),