X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fmanufacturing.php;h=aef0bf31135b4f74bd123fd0eef914c759b98c1a;hb=2c8036f5ea6310585af2238ff3f433273e5519bb;hp=b876a5ecd56c06731cf27c606767bf0ecfbede17;hpb=271a0acb700da2fb593301e42d0c088155dc28ca;p=fa-stable.git diff --git a/applications/manufacturing.php b/applications/manufacturing.php index b876a5ec..aef0bf31 100644 --- a/applications/manufacturing.php +++ b/applications/manufacturing.php @@ -17,9 +17,9 @@ class manufacturing_app extends application $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Work &Order Entry"), - "manufacturing/work_order_entry.php?", 'SA_WORKORDERENTRY', MENU_ENTRY); + "manufacturing/work_order_entry.php?", 'SA_WORKORDERENTRY', MENU_TRANSACTION); $this->add_lapp_function(0, _("&Outstanding Work Orders"), - "manufacturing/search_work_orders.php?outstanding_only=1", 'SA_MANUFTRANSVIEW', MENU_INQUIRY); + "manufacturing/search_work_orders.php?outstanding_only=1", 'SA_MANUFTRANSVIEW', MENU_TRANSACTION); $this->add_module(_("Inquiries and Reports")); $this->add_lapp_function(1, _("Costed Bill Of Material Inquiry"), @@ -33,7 +33,7 @@ class manufacturing_app extends application $this->add_module(_("Maintenance")); $this->add_lapp_function(2, _("&Bills Of Material"), - "manufacturing/manage/bom_edit.php?", 'SA_BOM', MENU_INQUIRY); + "manufacturing/manage/bom_edit.php?", 'SA_BOM', MENU_ENTRY); $this->add_lapp_function(2, _("&Work Centres"), "manufacturing/manage/work_centres.php?", 'SA_WORKCENTRES', MENU_MAINTENANCE);