X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_grn.php;h=9a8cbc7fb6b5233c822103ecf62083398a8fcb4b;hb=8f7ac519b7aaf8ec219862597e878d3a28316ac6;hp=a9dcfbe999e19b8ab2fd02e831f94603ef1c5880;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/purchasing/view/view_grn.php b/purchasing/view/view_grn.php index a9dcfbe9..9a8cbc7f 100644 --- a/purchasing/view/view_grn.php +++ b/purchasing/view/view_grn.php @@ -1,20 +1,24 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $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");