Merged in feature/ansuran-specific-block (pull request #275)
added ansuran specific block
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
<select class="form-control" id="sltjenistebus">
|
||||
<option value="T">T = Penyelesaian Pembiayaan</option>
|
||||
@if($gadai['tagbaru'] == 1)
|
||||
@if(!in_array(Auth::user()->cawangan, config('redeemoption.cawangan_block', [])))
|
||||
@if(!in_array(Auth::user()->cawangan, config('redeemoption.ansuran_block', [])))
|
||||
<option value="A" {{ $gadai['tempoh'] >= 12 ? 'disabled' : '' }}>A = Ansuran Pembiayaan</option>
|
||||
@endif
|
||||
@if(config('redeemoption.enable_separuh') == 1)
|
||||
|
||||
Reference in New Issue
Block a user