Bugs in sending sales orders as email.
[fa-stable.git] / manufacturing / work_order_release.php
index e8efcfd8b70ce222f3ac8d01f679784327be6bfc..b6d518aeb77a5484710896e37d55be1dbd8f3ade 100644 (file)
@@ -20,6 +20,8 @@ include_once($path_to_root . "/manufacturing/includes/manufacturing_db.inc");
 include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc");
 
 $js = "";
+if ($use_popup_windows)
+       $js .= get_js_open_window(800, 500);
 if ($use_date_picker)
        $js .= get_js_date_picker();
 page(_("Work Order Release to Manufacturing"), false, false, "", $js);
@@ -67,6 +69,8 @@ if (isset($_POST['release']))
 
        display_notification(_("The work order has been released to manufacturing."));
 
+    display_note(get_trans_view_str(systypes::work_order(), $selected_id, _("View this Work Order")));
+
        hyperlink_no_params("search_work_orders.php", _("Select another &work order"));
 
        $Ajax->activate('_page_body');