From: Janusz Dobrowolski Date: Sun, 15 Apr 2012 09:10:04 +0000 (+0200) Subject: Cleanup in bank_account_reconcile. X-Git-Tag: v2.4.2~19^2~358 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=46d1ae548d873c93c219ec6ae57974e5ea77f1dc;p=fa-stable.git Cleanup in bank_account_reconcile. --- diff --git a/gl/bank_account_reconcile.php b/gl/bank_account_reconcile.php index 9a260037..eda80cd1 100644 --- a/gl/bank_account_reconcile.php +++ b/gl/bank_account_reconcile.php @@ -91,15 +91,13 @@ function fmt_person($trans) return get_counterparty_name($trans["type"], $trans["trans_no"]); } -$update_pager = false; function update_data() { - global $Ajax, $update_pager; + global $Ajax; unset($_POST["beg_balance"]); unset($_POST["end_balance"]); $Ajax->activate('summary'); - $update_pager = true; } //--------------------------------------------------------------------------------------------- // Update db record if respective checkbox value has changed.