Revenue/Payment js file enhancement and fixed show page delete button.
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
			
		||||
            'files' => true,
 | 
			
		||||
            'route' => ['payments.update', $payment->id],
 | 
			
		||||
            'role' => 'form',
 | 
			
		||||
            'id' => 'payment',
 | 
			
		||||
            'id' => 'transaction',
 | 
			
		||||
            '@submit.prevent' => 'onSubmit',
 | 
			
		||||
            '@keydown' => 'form.errors.clear($event.target.name)',
 | 
			
		||||
            'class' => 'form-loading-button',
 | 
			
		||||
@@ -80,5 +80,5 @@
 | 
			
		||||
@endsection
 | 
			
		||||
 | 
			
		||||
@push('scripts_start')
 | 
			
		||||
    <script src="{{ asset('public/js/purchases/payments.js?v=' . version('short')) }}"></script>
 | 
			
		||||
    <script src="{{ asset('public/js/banking/transactions.js?v=' . version('short')) }}"></script>
 | 
			
		||||
@endpush
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user