X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fmanufacturing.php;h=ab8cb507d8ffe18621eb16af1d1ef5f72d3c9bcc;hb=9fc1f546b1ce0e6a674f595ee6dae616d94a5873;hp=3864ca6039db83d0c2cb98d1ab60bcdb45021f1a;hpb=cb8cf10b735342399abfce9384565a7474b92947;p=fa-stable.git diff --git a/applications/manufacturing.php b/applications/manufacturing.php index 3864ca60..ab8cb507 100644 --- a/applications/manufacturing.php +++ b/applications/manufacturing.php @@ -1,22 +1,22 @@ application("manuf",_("Manufacturing")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Work Order Entry"),"manufacturing/work_order_entry.php?"); - $this->add_lapp_function(0, _("Outstanding Work Orders"),"manufacturing/search_work_orders.php?OutstandingOnly=1"); + $this->add_lapp_function(0, _("Outstanding Work Orders"),"manufacturing/search_work_orders.php?outstanding_only=1"); $this->add_module(_("Inquiries and Reports")); //$this->add_lapp_function(1, _("Costed Bill Of Material Inquiry"),"manufacturing/inquiry/bom_cost_inquiry.php?"); $this->add_lapp_function(1, _("Inventory Item Where Used Inquiry"),"manufacturing/inquiry/where_used_inquiry.php?"); $this->add_lapp_function(1, _("Work Order Inquiry"),"manufacturing/search_work_orders.php?"); - $this->add_rapp_function(1, _("Manufactoring Reports"),"reporting/reports_main.php?Class=3"); + $this->add_rapp_function(1, _("Manufacturing Reports"),"reporting/reports_main.php?Class=3"); $this->add_module(_("Maintenance")); $this->add_lapp_function(2, _("Bills Of Material"),"manufacturing/manage/bom_edit.php?"); @@ -28,7 +28,7 @@ if ($mod["tab"] == "manuf") $this->add_rapp_function(2, $mod["name"], "modules/".$mod["path"]."/".$mod["filename"]."?"); } - } + } } }