mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
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:
@@ -117,6 +117,9 @@ erpnext.accounts.bank_reconciliation.DialogManager = class DialogManager {
|
|||||||
name: __("Document Name"),
|
name: __("Document Name"),
|
||||||
editable: false,
|
editable: false,
|
||||||
width: 1,
|
width: 1,
|
||||||
|
format: (value, row) => {
|
||||||
|
return frappe.form.formatters.Link(value, {options: row[2].content});
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: __("Reference Date"),
|
name: __("Reference Date"),
|
||||||
|
|||||||
Reference in New Issue
Block a user