Another snapshot

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@356 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-20 23:35:11 +00:00
parent bfbf119aca
commit d5bcd9a496
20 changed files with 696 additions and 759 deletions

View File

@@ -62,7 +62,9 @@ echo $this->element('contacts', array
*/
echo $this->element('leases', array
('config' => array
('no_customer' => true,
'config' => array
('caption' => 'Lease History',
'rows' => $customer['Lease'],
)));
@@ -72,10 +74,10 @@ echo $this->element('leases', array
* Customer Account History
*/
echo $this->element('ledger_entries', array
echo $this->element('entries', array
(// Element configuration
'customer_id' => $customer['Customer']['id'],
'ar_account' => true,
'entry_type' => array('CHARGE', 'PAYMENT'),
// Grid configuration
'config' => array