//carrier wizard step validation

This commit is contained in:
Vincent Augagneur
2013-08-06 10:27:32 +02:00
parent 23b9c3b8f9
commit fe58053439
2 changed files with 3 additions and 4 deletions
@@ -844,10 +844,7 @@ class AdminCarrierWizardControllerCore extends AdminController
$step_field[] = $row;
}
$rules = array();
if ($step_number == 1)
$rules = Carrier::getValidationRules('Carrier');
$rules = Carrier::getValidationRules('Carrier');
foreach ($rules as $key_r => $rule)
foreach ($rule as $key_f => $field)
+2
View File
@@ -2630,6 +2630,8 @@ margin-bottom:7px;
#carrier_wizard tr.fees_all { background: #CCCCCC}
#carrier_wizard #zones_table input[type=text] {width: 45px;}
#carrier_wizard #fieldset_form { min-height: 190px}
#carrier_wizard #zone_ranges label { float: none; width: inherit }
/*** IE10 ***/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {