Merge pull request #36645 from frappe/mergify/bp/version-14-hotfix/pr-36495

fix: Document Name link validation in Bank Reconciliation Tool (#36495)
This commit is contained in:
Deepesh Garg
2023-08-18 09:27:10 +05:30
committed by GitHub

View File

@@ -117,6 +117,9 @@ erpnext.accounts.bank_reconciliation.DialogManager = class DialogManager {
name: __("Document Name"),
editable: false,
width: 1,
format: (value, row) => {
return frappe.form.formatters.Link(value, {options: row[2].content});
},
},
{
name: __("Reference Date"),