missing js action
This commit is contained in:
		@@ -116,7 +116,7 @@
 | 
			
		||||
                dataType: 'JSON',
 | 
			
		||||
                data: 'account_id=' + $(this).val(),
 | 
			
		||||
                success: function(data) {
 | 
			
		||||
                    $('#currency').val(data.currency_name);
 | 
			
		||||
                    $('#currency').val(data.currency_code);
 | 
			
		||||
                    $('#currency_code').val(data.currency_code);
 | 
			
		||||
                }
 | 
			
		||||
            });
 | 
			
		||||
 
 | 
			
		||||
@@ -127,7 +127,7 @@
 | 
			
		||||
                dataType: 'JSON',
 | 
			
		||||
                data: 'account_id=' + $(this).val(),
 | 
			
		||||
                success: function(data) {
 | 
			
		||||
                    $('#currency').val(data.currency_name);
 | 
			
		||||
                    $('#currency').val(data.currency_code);
 | 
			
		||||
                    $('#currency_code').val(data.currency_code);
 | 
			
		||||
                }
 | 
			
		||||
            });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user