Dynamic link issue fix in Bank reconciliation statement

This commit is contained in:
deepeshgarg007 2019-07-25 12:23:40 +05:30
parent 4865eabee5
commit 53dc0c52ca

View File

@ -58,8 +58,7 @@ def get_columns():
{
"fieldname": "payment_document",
"label": _("Payment Document Type"),
"fieldtype": "Link",
"options": "DocType",
"fieldtype": "Data",
"width": 220
},
{