Moved the leases element onto the new grid helper.

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@261 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-08 19:22:22 +00:00
parent f77281835d
commit 311d8be646
3 changed files with 20 additions and 27 deletions

View File

@@ -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,
)));
/**********************************************************************