Fixed a bug that was leaving unreconciled entries in the list of reconciled entries.

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@170 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-19 16:19:18 +00:00
parent 3c067f6586
commit 19cee7290f

View File

@@ -307,7 +307,7 @@ class Account extends AppModel {
elseif ($amount > 0)
$apply = $amount;
else {
unset($unreconciled[$i]);
unset($unreconciled[$ofund]['entry'][$i]);
continue;
}