Finally, a working NSF implementation. Ledger Entry tracking stops at the Bank account, since we switch from positive to negative ledger entries. However, we're not going to reconcile debits to credits in the bank account anyway, so I just disabled tracking on the account.
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@334 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -26,6 +26,11 @@ function resetForm() {
|
||||
/* datepickerBOM(null, 'TxFromDate'); */
|
||||
/* datepickerNow('TxThroughDate', false); */
|
||||
|
||||
// REVISIT <AP>: 20090714
|
||||
// Figure out how to just prevent jqGrid
|
||||
// from loading in the first place
|
||||
|
||||
/* $('#collected-entries-jqGrid').clearGridData(); */
|
||||
/* updateEntriesGrid(); */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user