Moved the leases element onto the new grid helper.
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@261 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -57,9 +57,12 @@ echo $this->element('contacts',
|
||||
/**********************************************************************
|
||||
* Lease History
|
||||
*/
|
||||
echo $this->element('leases',
|
||||
array('caption' => 'Lease History',
|
||||
'leases' => $customer['Lease']));
|
||||
echo $this->element('leases', array
|
||||
('config' => array
|
||||
('caption' => 'Lease History',
|
||||
'rows' => $customer['Lease'],
|
||||
'limit' => 5,
|
||||
)));
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user