X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Ftransfers.php;h=155e1055bba8f493a5267f37bec9c0bc87021c22;hb=40c3b111b007ad16a2eedff175e1612150191d04;hp=40277211c56b18e1ee655725af534477fdf19136;hpb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;p=fa-stable.git diff --git a/inventory/transfers.php b/inventory/transfers.php index 40277211..155e1055 100644 --- a/inventory/transfers.php +++ b/inventory/transfers.php @@ -21,7 +21,7 @@ include_once($path_to_root . "/includes/data_checks.inc"); include_once($path_to_root . "/inventory/includes/stock_transfers_ui.inc"); include_once($path_to_root . "/inventory/includes/inventory_db.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(800, 500); if (user_use_date_picker()) $js .= get_js_date_picker(); @@ -233,4 +233,3 @@ submit_center_last('Process', _("Process Transfer"), '', 'default'); end_form(); end_page(); -?>