Added Bad Debt as one of the accounts for the collected report

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@514 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-10 18:58:41 +00:00
parent d49201211b
commit 3a248fc1b4

View File

@@ -223,6 +223,7 @@ class Account extends AppModel {
$accounts = $this->receiptAccounts(); $accounts = $this->receiptAccounts();
foreach(array($this->nsfAccountID(), foreach(array($this->nsfAccountID(),
$this->badDebtAccountID(),
$this->securityDepositAccountID()) $this->securityDepositAccountID())
AS $account_id) { AS $account_id) {
$accounts[$account_id] = $this->name($account_id); $accounts[$account_id] = $this->name($account_id);