close #340 Fixed: Invoice amount does not change on tax change
This commit is contained in:
		@@ -297,7 +297,6 @@
 | 
			
		||||
                placement: 'bottom',
 | 
			
		||||
                title: '{{ trans('bills.discount') }}',
 | 
			
		||||
                content: function () {
 | 
			
		||||
 | 
			
		||||
                    html  = '<div class="discount box-body">';
 | 
			
		||||
                    html += '    <div class="col-md-6">';
 | 
			
		||||
                    html += '        <div class="input-group" id="input-discount">';
 | 
			
		||||
@@ -344,7 +343,6 @@
 | 
			
		||||
                $('a[rel=popover]').trigger('click');
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
            $(document).on('change', '#currency_code, #items tbody select', function(){
 | 
			
		||||
                totalItem();
 | 
			
		||||
            });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user