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:
abijah
2010-03-31 20:07:29 +00:00
parent 68cbca5e28
commit f281295084

View File

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