[0000095] Inbalance double entry on Documents
[fa-stable.git] / manufacturing / view / wo_production_view.php
index 64e287e73ba174fc1e7be82e14ec154524e4984e..1558f67cbcddedad032ee1830058161febda810d 100644 (file)
@@ -5,7 +5,10 @@ $path_to_root="../..";
 
 include_once($path_to_root . "/includes/session.inc");
 
-page(_("View Work Order Production"), true);
+$js = "";
+if ($use_popup_windows)
+       $js .= get_js_open_window(900, 500);
+page(_("View Work Order Production"), true, false, "", $js);
 
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/manufacturing.inc");