X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_grn.php;h=9a8cbc7fb6b5233c822103ecf62083398a8fcb4b;hb=61c780745e4743d3bf4c8ef8d23ad2f34ddc121b;hp=299cf5b6fdaaef706dce3ebe025c9319a8e3f510;hpb=d567a10b7925c8bb97c734e213d6651a979af29d;p=fa-stable.git diff --git a/purchasing/view/view_grn.php b/purchasing/view/view_grn.php index 299cf5b6..9a8cbc7f 100644 --- a/purchasing/view/view_grn.php +++ b/purchasing/view/view_grn.php @@ -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");