fix: payment document link fix (#18301)

This commit is contained in:
Mangesh-Khairnar 2019-07-22 11:49:18 +05:30 committed by Nabin Hait
parent 270c44a556
commit 0bbfca8142

View File

@ -55,9 +55,16 @@ def get_columns():
"fieldtype": "Date", "fieldtype": "Date",
"width": 90 "width": 90
}, },
{
"fieldname": "payment_document",
"label": _("Payment Document Type"),
"fieldtype": "Link",
"options": "DocType",
"width": 220
},
{ {
"fieldname": "payment_entry", "fieldname": "payment_entry",
"label": _("Payment Entry"), "label": _("Payment Document"),
"fieldtype": "Dynamic Link", "fieldtype": "Dynamic Link",
"options": "payment_document", "options": "payment_document",
"width": 220 "width": 220