X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fbank_account_reconcile.php;h=668143d0bdbce7779b3f106531f580c6b0dd1b21;hb=8a5902d96158923e2bddd7661a859d8128d0b64b;hp=eda80cd1454eebfaac3752e063279e5e9a15baad;hpb=53d942f2a0d20cce5e9c409c6485867ce0869e4d;p=fa-stable.git diff --git a/gl/bank_account_reconcile.php b/gl/bank_account_reconcile.php index eda80cd1..668143d0 100644 --- a/gl/bank_account_reconcile.php +++ b/gl/bank_account_reconcile.php @@ -25,7 +25,7 @@ include_once($path_to_root . "/includes/banking.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(800, 500); -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); add_js_file('reconcile.js'); @@ -252,4 +252,3 @@ end_form(); end_page(); -?> \ No newline at end of file