Added the account back into the grid, since an invoice could have charges across several accounts.
git-svn-id: file:///svn-source/pmgr/branches/surplus_account_20090815@573 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -79,7 +79,8 @@ if ($transaction['type'] === 'INVOICE' ||
|
|||||||
'caption' => 'Statement Entries',
|
'caption' => 'Statement Entries',
|
||||||
'filter' => array('Transaction.id' => $transaction['id'],
|
'filter' => array('Transaction.id' => $transaction['id'],
|
||||||
'type !=' => 'VOID'),
|
'type !=' => 'VOID'),
|
||||||
'exclude' => array('Transaction', 'Account'),
|
'exclude' => array('Transaction', 'Debit', 'Credit'),
|
||||||
|
'include' => array('Amount'),
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user