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
Branches
Tags
No related merge requests found
......@@ -10,9 +10,17 @@ define(
return {
getRules: function() {
return {
'postcode': {
'required': true
},
'country_id': {
'required': true
},
'city': {
'required': true
}
};
}
};
}
);
\ No newline at end of file
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment