Removed Categories and Locations

This commit is contained in:
Brian McGonagill 2024-07-06 11:13:35 -05:00
parent c916c278a2
commit 2b1022f513
23 changed files with 4 additions and 637 deletions

View file

@ -61,20 +61,6 @@ FlowRouter.route('/manageProduct', {
}
});
FlowRouter.route('/manageCategory', {
name: 'manageCategory',
action() {
BlazeLayout.render('MainLayout', { main: 'catMgmt' });
}
});
FlowRouter.route('/manageLocation', {
name: 'manageLocation',
action() {
BlazeLayout.render('MainLayout', { main: 'locMgmt' });
}
});
FlowRouter.route('/manageLists', {
name: 'manageLists',
action() {