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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user