mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 07:52:13 +00:00
fix: change dynamic link doctype fieldtype to data
(cherry picked from commit 1e46f7344a)
This commit is contained in:
@@ -199,8 +199,7 @@ class General_Payment_Ledger_Comparison:
|
|||||||
dict(
|
dict(
|
||||||
label=_("Voucher Type"),
|
label=_("Voucher Type"),
|
||||||
fieldname="voucher_type",
|
fieldname="voucher_type",
|
||||||
fieldtype="Link",
|
fieldtype="Data",
|
||||||
options="DocType",
|
|
||||||
width="100",
|
width="100",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@@ -219,8 +218,7 @@ class General_Payment_Ledger_Comparison:
|
|||||||
dict(
|
dict(
|
||||||
label=_("Party Type"),
|
label=_("Party Type"),
|
||||||
fieldname="party_type",
|
fieldname="party_type",
|
||||||
fieldtype="Link",
|
fieldtype="Data",
|
||||||
options="DocType",
|
|
||||||
width="100",
|
width="100",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user