File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ public function buildMenus()
356356 'permissions ' => [
357357 'nexopos.reports.sales ' ,
358358 'nexopos.reports.best_sales ' ,
359- 'nexopos.reports.cash_flow ' ,
359+ 'nexopos.reports.transactions ' ,
360360 'nexopos.reports.yearly ' ,
361361 'nexopos.reports.customers ' ,
362362 'nexopos.reports.inventory ' ,
Original file line number Diff line number Diff line change 2121 $ permission ->description = __ ( 'Let you see the best_sales report ' );
2222 $ permission ->save ();
2323
24- $ permission = Permission::firstOrNew ([ 'namespace ' => 'nexopos.reports.cash_flow ' ]);
25- $ permission ->name = __ ( 'See Cash Flow Report ' );
26- $ permission ->namespace = 'nexopos.reports.cash_flow ' ;
27- $ permission ->description = __ ( 'Let you see the cash flow report ' );
24+ $ permission = Permission::firstOrNew ([ 'namespace ' => 'nexopos.reports.transactions ' ]);
25+ $ permission ->name = __ ( 'See Transaction Report ' );
26+ $ permission ->namespace = 'nexopos.reports.transactions ' ;
27+ $ permission ->description = __ ( 'Let you see the transactions report ' );
2828 $ permission ->save ();
2929
3030 $ permission = Permission::firstOrNew ([ 'namespace ' => 'nexopos.reports.yearly ' ]);
You can’t perform that action at this time.
0 commit comments