Fixed copy/paste bug introduced at the last minute on the prior checkin.
git-svn-id: file:///svn-source/pmgr/branches/v0.3_work@978 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -62,7 +62,7 @@ echo $this->element('statement_entries', array
|
||||
('caption' => 'Outstanding Charges',
|
||||
'limit' => 10,
|
||||
'action' => 'unreconciled',
|
||||
'filter' => array('StatementEntry.customer_id' => $lease['id']),
|
||||
'filter' => array('Customer.id' => $customer['Customer']['id']),
|
||||
'exclude' => array('Customer'),
|
||||
)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user