Adjusted to match the naming in the database

git-svn-id: file:///svn-source/pmgr/branches/surplus_account_20090815@587 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-16 22:31:06 +00:00
parent 366d59a5e6
commit 1b02be19f0

View File

@@ -139,7 +139,7 @@ class Account extends AppModel {
function invoiceAccountID() { return $this->nameToID('Invoice'); }
function receiptAccountID() { return $this->nameToID('Receipt'); }
function badDebtAccountID() { return $this->nameToID('Bad Debt'); }
function customerCreditAccountID() { return $this->nameToID('Customer Credit'); }
function customerCreditAccountID() { return $this->nameToID('Credit'); }
/**************************************************************************