Merge pull request #26688 from resilient-tech/fix-reference-date
fix: date as reference_date from bank transactions
This commit is contained in:
commit
70c673d9b0
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user