akaunting 3.0 (the last dance)
This commit is contained in:
@ -18,7 +18,7 @@ class PaymentShow extends FormRequest
|
||||
}
|
||||
|
||||
// Allow admin to see signed invoice
|
||||
if (user()->can('read-sales-revenues')) {
|
||||
if (user()->can('read-banking-transactions')) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user