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",
filters: { name: this.bank_transaction_name },
fieldname: [
"date",
"date as reference_date",
"deposit",
"withdrawal",
"currency",