Nowhere near complete, but must snapshot prior to my Boston trip.
git-svn-id: file:///svn-source/pmgr/branches/statements_20090623@184 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -57,15 +57,14 @@ echo $this->element('leases',
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* Current Tenant Lease Account History
|
||||
* Current Lease Statement History
|
||||
*/
|
||||
|
||||
echo $this->element('ledger_entries',
|
||||
array('caption' => ('Current Lease Account (' .
|
||||
$unit['CurrentLease']['Customer']['name']
|
||||
. ')'),
|
||||
'ar_account' => true,
|
||||
'lease_id' => $unit['CurrentLease']['id'],
|
||||
echo $this->element('statement_entries',
|
||||
array('caption' => ('Current Lease Statement (' .
|
||||
$unit['CurrentLease']['Customer']['name'] .
|
||||
')'),
|
||||
'statement_id' => $unit['CurrentLease']['statement_id']
|
||||
));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user