closed #2492 Fixed: Transaction index and show page action button.. ( #33224ej )
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
@stack('edit_button_start')
|
||||
|
||||
@if (! $transaction->hasTransferRelation)
|
||||
@if (! $transaction->reconciled && ! $transaction->hasTransferRelation)
|
||||
@if (! $hideButtonEdit)
|
||||
@can($permissionUpdate)
|
||||
<x-link href="{{ route($routeButtonEdit, [$transaction->id, 'type' => $type]) }}">
|
||||
|
Reference in New Issue
Block a user