Skip to content

Commit

Permalink
Merge pull request #260 from hkulekci/opencart
Browse files Browse the repository at this point in the history
Admin Customer Edit - Country problem fixed #174
  • Loading branch information
danielkerr committed Dec 7, 2012
2 parents 7e76531 + 6cca699 commit 3eef520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upload/admin/view/template/sale/customer_form.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ $('select[name=\'customer_group_id\']').trigger('change');
//--></script>
<script type="text/javascript"><!--
function country(element, index, zone_id) {
if (element.value == ''){
return;
}
$.ajax({
url: 'index.php?route=sale/customer/country&token=<?php echo $token; ?>&country_id=' + element.value,
dataType: 'json',
Expand Down

0 comments on commit 3eef520

Please sign in to comment.