|
@@ -79,7 +79,7 @@ public function run(): void
|
|
|
['scope' => 'financial-account-payable', 'bits' => Permission::ALL_PERMS],
|
|
['scope' => 'financial-account-payable', 'bits' => Permission::ALL_PERMS],
|
|
|
['scope' => 'financial-account-receive', 'bits' => Permission::ALL_PERMS],
|
|
['scope' => 'financial-account-receive', 'bits' => Permission::ALL_PERMS],
|
|
|
['scope' => 'financial-invoice', 'bits' => Permission::ALL_PERMS],
|
|
['scope' => 'financial-invoice', 'bits' => Permission::ALL_PERMS],
|
|
|
- ['scope' => 'financial-plan-account', 'bits' => Permission::VIEW],
|
|
|
|
|
|
|
+ ['scope' => 'financial-plan-account', 'bits' => Permission::ALL_PERMS],
|
|
|
|
|
|
|
|
// Tesouraria
|
|
// Tesouraria
|
|
|
['scope' => 'treasury', 'bits' => Permission::VIEW | Permission::MENU],
|
|
['scope' => 'treasury', 'bits' => Permission::VIEW | Permission::MENU],
|