X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fbank_transfer.php;h=7b987636a16162d005e06a133bba6b247720013e;hb=fd11a3b500e79a3e98f7a3860f872cd31ce33113;hp=a11352a6ebbca0370942f572425476588d8f54c5;hpb=0d191c7bff92b9a9bbc44dab48855477edb99ebf;p=fa-stable.git diff --git a/gl/bank_transfer.php b/gl/bank_transfer.php index a11352a6..7b987636 100644 --- a/gl/bank_transfer.php +++ b/gl/bank_transfer.php @@ -21,7 +21,7 @@ include_once($path_to_root . "/gl/includes/gl_db.inc"); include_once($path_to_root . "/gl/includes/gl_ui.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();