Merge pull request #43126 from frappe/mergify/bp/version-14-hotfix/pr-43051

fix: unreconcile allocation child table redirect url voucher no issue (backport #43051)
This commit is contained in:
ruthra kumar
2024-09-09 14:34:11 +05:30
committed by GitHub

View File

@@ -69,7 +69,7 @@ erpnext.accounts.unreconcile_payment = {
{
label: __("Voucher Type"),
fieldname: "voucher_type",
fieldtype: "Dynamic Link",
fieldtype: "Link",
options: "DocType",
in_list_view: 1,
read_only: 1,
@@ -77,7 +77,7 @@ erpnext.accounts.unreconcile_payment = {
{
label: __("Voucher No"),
fieldname: "voucher_no",
fieldtype: "Link",
fieldtype: "Dynamic Link",
options: "voucher_type",
in_list_view: 1,
read_only: 1,