More changes to the ledger_entry view

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@300 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-11 00:34:43 +00:00
parent d9297d89ab
commit 8d2a544042
4 changed files with 116 additions and 71 deletions

View File

@@ -343,7 +343,7 @@ class LedgerEntriesController extends AppController {
//pr($reconciled);
// Prepare to render.
$title = "Ledger Entry #{$entry['LedgerEntry']['id']}";
$title = "Double Ledger Entry #{$entry['LedgerEntry']['id']}";
$this->set(compact('entry', 'title', 'reconciled', 'stats'));
}
}