fix: payment document link fix (#18407)
This commit is contained in:
committed by
Anurag Mishra
parent
2a58b6c20b
commit
07bbe8568f
@@ -56,10 +56,17 @@ def get_columns():
|
|||||||
"width": 90
|
"width": 90
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "payment_entry",
|
"fieldname": "payment_document",
|
||||||
"label": _("Payment Entry"),
|
"label": _("Payment Document Type"),
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"options": "Payment Entry",
|
"options": "DocType",
|
||||||
|
"width": 220
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "payment_entry",
|
||||||
|
"label": _("Payment Document"),
|
||||||
|
"fieldtype": "Dynamic Link",
|
||||||
|
"options": "payment_document",
|
||||||
"width": 220
|
"width": 220
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user