Yet another bug from haste... let's hope this one fixes it.

git-svn-id: file:///svn-source/pmgr/branches/v0.3_work@979 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2010-03-31 20:10:21 +00:00
parent f281295084
commit 214aa4d348

View File

@@ -62,7 +62,7 @@ echo $this->element('statement_entries', array
('caption' => 'Outstanding Charges',
'limit' => 10,
'action' => 'unreconciled',
'filter' => array('Customer.id' => $customer['Customer']['id']),
'filter' => array('StatementEntry.customer_id' => $customer['Customer']['id']),
'exclude' => array('Customer'),
)));