diff --git a/Livewire/Debitur/DebiturModal.php b/Livewire/Debitur/DebiturModal.php index e3e65eb..eb74314 100644 --- a/Livewire/Debitur/DebiturModal.php +++ b/Livewire/Debitur/DebiturModal.php @@ -72,7 +72,6 @@ $is_approval = Approval::where('menu', 'Parameter Debitur') ->where('ref', $this->kode) ->where('status', '0') - ->where('method', 'update') ->get() ->first(); @@ -99,7 +98,6 @@ $is_approval = Approval::where('menu', 'Parameter Debitur') ->where('ref', $this->kode) ->where('status', '0') - ->where('method', 'create') ->get() ->first(); @@ -156,7 +154,6 @@ $is_approval = Approval::where('menu', 'Parameter Debitur') ->where('ref', $debitur->kode) ->where('status', '0') - ->where('method', 'delete') ->get() ->first();