Index: branches/5.1.x/units/discount_items/discount_items_config.php =================================================================== diff -u -N -r13959 -r14031 --- branches/5.1.x/units/discount_items/discount_items_config.php (.../discount_items_config.php) (revision 13959) +++ branches/5.1.x/units/discount_items/discount_items_config.php (.../discount_items_config.php) (revision 14031) @@ -1,6 +1,6 @@ Array('type' => 'int', 'default' => 0), 'ItemName' => Array('type' => 'string', 'default' => ''), 'SKU' => Array('type' => 'string', 'default' => ''), - 'Weight' => Array('type'=>'float', 'min_value_exc'=>0, 'formatter' => 'kFormatter', 'format' => '%0.2f', 'default' => 0), + 'Weight' => Array('type' => 'float', 'min_value_exc' => 0, 'formatter' => 'kFormatter', 'format' => '%0.2f', 'default' => NULL), 'CreatedOn' => Array('type' => 'int','formatter' => 'kDateFormatter', 'default' => '#NOW#'), 'BackOrderDate' => Array('type' => 'int','formatter' => 'kDateFormatter', 'default' => NULL), 'Status' => Array (