Merge pull request #26688 from resilient-tech/fix-reference-date

fix: date as reference_date from bank transactions
This commit is contained in:
Sagar Vora 2021-07-28 15:20:14 +05:30 committed by GitHub
commit 70c673d9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ erpnext.accounts.bank_reconciliation.DialogManager = class DialogManager {
doctype: "Bank Transaction", doctype: "Bank Transaction",
filters: { name: this.bank_transaction_name }, filters: { name: this.bank_transaction_name },
fieldname: [ fieldname: [
"date", "date as reference_date",
"deposit", "deposit",
"withdrawal", "withdrawal",
"currency", "currency",