Skip to content
Snippets Groups Projects
Commit 9839b579 authored by Gundo Sifhufhi's avatar Gundo Sifhufhi
Browse files

Require Postcode, Country ID, City to get Rates.

parent 61b58d42
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,15 @@ define(
return {
getRules: function() {
return {
'postcode': {
'required': true
},
'country_id': {
'required': true
},
'city': {
'required': true
}
};
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment