Merge pull request #1013 from mj-isip23/BUG_INVOICE_HANG
fix invoice hang
This commit is contained in:
		@@ -12,6 +12,20 @@
 | 
			
		||||
            :show="addNew.modal"
 | 
			
		||||
            :title="addNew.title"
 | 
			
		||||
            :message="addNew.html">
 | 
			
		||||
 | 
			
		||||
            <template #card-footer>
 | 
			
		||||
                <div class="float-right">
 | 
			
		||||
                    <button type="button" class="btn btn-outline-secondary" @click="onCancelNewItem()">
 | 
			
		||||
                        <span>{{ trans('general.cancel') }}</span>
 | 
			
		||||
                    </button>
 | 
			
		||||
    
 | 
			
		||||
                    <button type="button" class="btn btn-success button-submit" @click="onNewItemSubmit()">
 | 
			
		||||
                        <div class="aka-loader d-none"></div>
 | 
			
		||||
                        <span>{{ trans('general.confirm') }}</span>
 | 
			
		||||
                    </button>
 | 
			
		||||
                </div>
 | 
			
		||||
            </template>
 | 
			
		||||
    
 | 
			
		||||
        </akaunting-modal>
 | 
			
		||||
    </div>
 | 
			
		||||
@stack('content_end')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user