commit | 655b5dc1906be3836e1a8e0e0b51958605e434ec | [log] [tgz] |
---|---|---|
author | walstanb <walstanb@gmail.com> | Wed Jul 28 14:30:11 2021 +0530 |
committer | walstanb <walstanb@gmail.com> | Wed Jul 28 14:30:11 2021 +0530 |
tree | 491ea584b556d00d929cfabf2717c900ed3fcd54 | |
parent | 42bc0a7db81fa493e33abae0f879e9786bcf3bb1 [diff] |
fix: date as reference_date from bank transactions
diff --git a/erpnext/public/js/bank_reconciliation_tool/dialog_manager.js b/erpnext/public/js/bank_reconciliation_tool/dialog_manager.js index 142fe79..239fbb9 100644 --- a/erpnext/public/js/bank_reconciliation_tool/dialog_manager.js +++ b/erpnext/public/js/bank_reconciliation_tool/dialog_manager.js
@@ -16,7 +16,7 @@ doctype: "Bank Transaction", filters: { name: this.bank_transaction_name }, fieldname: [ - "date", + "date as reference_date", "deposit", "withdrawal", "currency",