Skip to content

Commit

Permalink
Admin Customer Edit - Country problem fixed #174
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydar Kulekci committed Dec 7, 2012
1 parent 7e76531 commit 6cca699
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 6cca699

Please sign in to comment.