[0000143] Bad format of PO popup window.
[fa-stable.git] / purchasing / view / view_grn.php
index 299cf5b6fdaaef706dce3ebe025c9319a8e3f510..9a8cbc7fb6b5233c822103ecf62083398a8fcb4b 100644 (file)
@@ -14,7 +14,11 @@ $path_to_root="../..";
 include($path_to_root . "/purchasing/includes/po_class.inc");
 
 include($path_to_root . "/includes/session.inc");
-page(_("View Purchase Order Delivery"), true);
+
+$js = "";
+if ($use_popup_windows)
+       $js .= get_js_open_window(900, 500);
+page(_("View Purchase Order Delivery"), true, false, "", $js);
 
 include($path_to_root . "/purchasing/includes/purchasing_ui.inc");