Merge pull request #1013 from mj-isip23/BUG_INVOICE_HANG
fix invoice hang
This commit is contained in:
		
							
								
								
									
										10
									
								
								resources/assets/js/mixins/global.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								resources/assets/js/mixins/global.js
									
									
									
									
										vendored
									
									
								
							@@ -216,6 +216,16 @@ export default {
 | 
			
		||||
            });
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        onCancelNewItem() {
 | 
			
		||||
            this.addNew.modal = false;
 | 
			
		||||
            this.addNew.title = null;
 | 
			
		||||
            this.addNew.html = null;
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        onNewItemSubmit() {
 | 
			
		||||
            document.querySelector('.modal-body form').submit()
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        // Change bank account get money and currency rate
 | 
			
		||||
        onChangeAccount(account_id) {
 | 
			
		||||
            axios.get(url + '/banking/accounts/currency', {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user