Renamed Report permissions to make more sense
Removed the void and reprints report and added it to the bill settlement report updated the import to add a new sql to be executed later to update the settlements and report permission names Export works on all reports
This commit is contained in:
@ -7,7 +7,7 @@ import { ModifierCategoryListComponent } from './modifier-category-list/modifier
|
||||
import { ModifierCategoryDetailComponent } from './modifier-category-detail/modifier-category-detail.component';
|
||||
import { AuthGuard } from '../auth/auth-guard.service';
|
||||
|
||||
const roleRoutes: Routes = [
|
||||
const modifierCategoriesRoutes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: ModifierCategoryListComponent,
|
||||
@ -46,7 +46,7 @@ const roleRoutes: Routes = [
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
RouterModule.forChild(roleRoutes)
|
||||
RouterModule.forChild(modifierCategoriesRoutes)
|
||||
|
||||
],
|
||||
exports: [
|
||||
|
||||
Reference in New Issue
Block a user