Removed the debug aid of sub-totaling statement entries. I'll add the right solution someday...

git-svn-id: file:///svn-source/pmgr/branches/v0.3_work/site@998 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2010-07-02 22:19:55 +00:00
parent fccaed681d
commit d8dfa0ca25

View File

@@ -145,7 +145,7 @@ echo $this->element('statement_entries', array
('caption' => 'Customer Statement',
'filter' => array('Customer.id' => $customer['Customer']['id'],
'type !=' => 'VOID'),
'include' => array('Sub-Total'),
//'include' => array('Sub-Total'),
'exclude' => array('Customer'),
)));