Cleanup in db_pager get_sql and testing it.
[fa-stable.git] / gl / bank_account_reconcile.php
index eda80cd1454eebfaac3752e063279e5e9a15baad..a6d8dd650f88ec48c946f9ad0f51d7bacd6ce8aa 100644 (file)
@@ -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');
@@ -221,7 +221,7 @@ echo "<hr>";
 if (!isset($_POST['bank_account']))
     $_POST['bank_account'] = "";
 
-$sql = get_sql_for_bank_account_reconcile($_POST['bank_account'], get_post('reconcile_date'));
+$sql = get_sql_for_bank_account_reconcile(get_post('bank_account'), get_post('reconcile_date'));
 
 $act = get_bank_account($_POST["bank_account"]);
 display_heading($act['bank_account_name']." - ".$act['bank_curr_code']);
@@ -252,4 +252,3 @@ end_form();
 
 end_page();
 
-?>
\ No newline at end of file