Index: branches/5.2.x/units/zones/zones_config.php =================================================================== diff -u -N -r14258 -r14582 --- branches/5.2.x/units/zones/zones_config.php (.../zones_config.php) (revision 14258) +++ branches/5.2.x/units/zones/zones_config.php (.../zones_config.php) (revision 14582) @@ -1,6 +1,6 @@ Array ( 'default' => Array ( 'new_status_labels' => Array ('z' => '!la_title_AddingShippingZone!'), - 'edit_status_labels' => Array ('z' => '!la_title_EditingShippingZone!'), - ), + 'edit_status_labels' => Array ('z' => '!la_title_EditingShippingZone!'), + ), 'zones_edit' => Array ( 'prefixes' => Array ('z'), 'format' => "#z_status# - '#z_titlefield#'"), ), 'TableName' => TABLE_PREFIX . 'ShippingZones', @@ -59,7 +59,7 @@ 'ShippingTypeID' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0, ), 'Name' => Array ( 'type' => 'string', 'max_len' => 100, - 'required' => 1, 'default' => '', 'not_null' => 1, + 'required' => 1, 'default' => '', 'not_null' => 1, 'error_msgs' => Array ('required' => 'Please fill in'), ), 'Type' => Array ( @@ -69,7 +69,7 @@ 1 => 'la_ByCountry', 2 => 'la_ByState', 3 => 'la_ByZIP' - ), + ), 'not_null' => 1, 'default' => 1, ), 'CODallowed' => Array ( @@ -89,10 +89,10 @@ 'module' => 'core', ), 'Fields' => Array ( - 'ZoneID' => Array ( 'title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 50, ), - 'Name' => Array ( 'title' => 'la_col_ShipZoneName', 'filter_block' => 'grid_like_filter', 'width' => 250, ), - 'Type' => Array ( 'title' => 'la_col_Type', 'filter_block' => 'grid_options_filter', 'width' => 100, ), - 'CODallowed' => Array ( 'title' => 'la_col_CODallowed', 'filter_block' => 'grid_options_filter', 'width' => 120, ) + 'ZoneID' => Array ( 'title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 50, ), + 'Name' => Array ( 'title' => 'column:la_fld_ShipZoneName', 'filter_block' => 'grid_like_filter', 'width' => 250, ), + 'Type' => Array ( 'filter_block' => 'grid_options_filter', 'width' => 100, ), + 'CODallowed' => Array ( 'filter_block' => 'grid_options_filter', 'width' => 120, ) ), ), ),