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@998 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2010-07-02 22:19:55 +00:00
parent 920dba3a4d
commit 954f0d7968

View File

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