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:
@@ -307,7 +307,7 @@ class Account extends AppModel {
|
|||||||
elseif ($amount > 0)
|
elseif ($amount > 0)
|
||||||
$apply = $amount;
|
$apply = $amount;
|
||||||
else {
|
else {
|
||||||
unset($unreconciled[$i]);
|
unset($unreconciled[$ofund]['entry'][$i]);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user