fix: change dynamic link doctype fieldtype to data

(cherry picked from commit 1e46f7344a)
This commit is contained in:
venkat102
2024-09-20 10:53:45 +05:30
committed by Mergify
parent 1bdbcc6703
commit c0dfda6ccc

View File

@@ -199,8 +199,7 @@ class General_Payment_Ledger_Comparison:
dict(
label=_("Voucher Type"),
fieldname="voucher_type",
fieldtype="Link",
options="DocType",
fieldtype="Data",
width="100",
)
)
@@ -219,8 +218,7 @@ class General_Payment_Ledger_Comparison:
dict(
label=_("Party Type"),
fieldname="party_type",
fieldtype="Link",
options="DocType",
fieldtype="Data",
width="100",
)
)