brotherton-erpnext/erpnext/public/js/bank_reconciliation_tool
Kevin Shenk 7ab55b1bb2
fix: Document Name link validation in Bank Reconciliation Tool (#36495)
fix: format_row broke Document Name link validation

#35540 broke Voucher Matching, leading to an invalid link exception on submission. This is because the format_row() function overwrites the row data instead of just providing a formatter on the DataTable column, and therefore passes through the formatted (linked) column data instead of the Document Name only.

This patch moves the appropriate frappe.form.formatters.Link function to a dedicated format hook on the DataTable columns definition, both fixing the error and retaining the functionality of #35540.
2023-08-14 19:03:01 +05:30
..
data_table_manager.js fix: column formatting in Bank Reconciliation Tool (#35540) 2023-06-07 21:51:49 +05:30
dialog_manager.js fix: Document Name link validation in Bank Reconciliation Tool (#36495) 2023-08-14 19:03:01 +05:30
number_card.js chore: add translation function to Bank Reconciliation Tool related files 2022-11-04 01:06:01 +05:30