X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fbank_account_reconcile.php;h=e7b584b1302c829e4f26e847a35247636af842fc;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=a6d8dd650f88ec48c946f9ad0f51d7bacd6ce8aa;hpb=ae115f787d84c11c6140137b054261a398b2f077;p=fa-stable.git diff --git a/gl/bank_account_reconcile.php b/gl/bank_account_reconcile.php index a6d8dd65..e7b584b1 100644 --- a/gl/bank_account_reconcile.php +++ b/gl/bank_account_reconcile.php @@ -23,7 +23,7 @@ include_once($path_to_root . "/gl/includes/gl_db.inc"); include_once($path_to_root . "/includes/banking.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();