X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_grn.php;h=236c462283ff316f328f76e81412a9378cc356ca;hb=dc72612432d1e44cd7d1269083c3670f721d5161;hp=d06e8ebffd5fb3e969ec47e16eed127fe02f3dff;hpb=fc24ee893402902fc58632dabb5d7c2594e191d0;p=fa-stable.git diff --git a/purchasing/view/view_grn.php b/purchasing/view/view_grn.php index d06e8ebf..236c4622 100644 --- a/purchasing/view/view_grn.php +++ b/purchasing/view/view_grn.php @@ -16,7 +16,7 @@ include($path_to_root . "/purchasing/includes/po_class.inc"); include($path_to_root . "/includes/session.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(900, 500); page(_($help_context = "View Purchase Order Delivery"), true, false, "", $js); @@ -87,4 +87,3 @@ is_voided_display(ST_SUPPRECEIVE, $_GET['trans_no'], _("This delivery has been v end_page(true, false, false, ST_SUPPRECEIVE, $_GET['trans_no']); -?>