Another snapshot. I think I'll be taking the CREDIT/DEBIT reconcile functionality out.
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@353 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -270,7 +270,7 @@ class AccountsController extends AppController {
|
||||
}
|
||||
|
||||
function tst($id) {
|
||||
$entries = $this->Account->ledgerEntries($id, true);
|
||||
$entries = $this->Account->unreconciledEntries($id);
|
||||
pr($entries);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user