fix bugging je
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="col-3"><input type="text" class="form-control" name="teller" id="teller" value="{{ $array_reqteller['kodlaluan'] }}" readonly/></div>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="no" value="{{ $array_reqteller['no'] }}"/>
|
||||
<input type="hidden" id="no" name="no" value="{{ $array_reqteller['no'] }}"/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-2">Amaun (RM)</div>
|
||||
@@ -348,7 +348,6 @@
|
||||
let teller = $('#teller').val();
|
||||
let kodcaw = "{{ Auth::user()->cawangan }}";
|
||||
|
||||
|
||||
$.ajax({
|
||||
method: 'get',
|
||||
url: "{{ route('request.pembatalan') }}",
|
||||
|
||||
Reference in New Issue
Block a user