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:
@@ -139,7 +139,7 @@ class Account extends AppModel {
|
|||||||
function invoiceAccountID() { return $this->nameToID('Invoice'); }
|
function invoiceAccountID() { return $this->nameToID('Invoice'); }
|
||||||
function receiptAccountID() { return $this->nameToID('Receipt'); }
|
function receiptAccountID() { return $this->nameToID('Receipt'); }
|
||||||
function badDebtAccountID() { return $this->nameToID('Bad Debt'); }
|
function badDebtAccountID() { return $this->nameToID('Bad Debt'); }
|
||||||
function customerCreditAccountID() { return $this->nameToID('Customer Credit'); }
|
function customerCreditAccountID() { return $this->nameToID('Credit'); }
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user