Index: branches/5.0.x/in-commerce/units/manufacturers/manufacturers_config.php =================================================================== diff -u -r12674 -r12699 --- branches/5.0.x/in-commerce/units/manufacturers/manufacturers_config.php (.../manufacturers_config.php) (revision 12674) +++ branches/5.0.x/in-commerce/units/manufacturers/manufacturers_config.php (.../manufacturers_config.php) (revision 12699) @@ -1,6 +1,6 @@ Array ( 'ManufacturerId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0,), 'Name' => Array('type' => 'string','not_null' => '1','default' => '', 'required'=>true,'max_len'=>255), - 'Description' => Array('type' => 'string', 'formatter' => 'kFormatter', 'not_null' => 1, 'using_fck' => 1, 'default' => ''), + 'Description' => Array('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL), 'URL' => Array('type' => 'string','not_null' => '1','default' => '','max_len'=>255), 'Logo' => Array ( 'type' => 'string',