Primarly a cleanup checkin, although a couple minor bugfixes were included as well.
git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@82 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -46,10 +46,12 @@ class LedgerEntriesController extends AppController {
|
||||
)
|
||||
);
|
||||
$entry = $this->LedgerEntry->read(null, $id);
|
||||
pr($entry);
|
||||
$this->LedgerEntry->Behaviors->detach('Containable');
|
||||
|
||||
$title = "Entry #{$entry['LedgerEntry']['id']} ({$entry['LedgerEntry']['name']})";
|
||||
$this->set(compact('entry', 'title'));
|
||||
//$this->autoRender = false;
|
||||
|
||||
pr($entry);
|
||||
$this->autoRender = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user