Fixed the relationship field for customer and contact grids.

git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@750 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-23 19:23:49 +00:00
parent 89d7f22e4a
commit 5ad28c809b
6 changed files with 44 additions and 26 deletions

View File

@@ -135,6 +135,7 @@ echo $this->element('customers', array
'config' => array
('caption' => 'Related Customers',
'filter' => array('Contact.id' => $contact['id']),
'include' => array('Relationship'),
)));