Dynamic link issue fix in Bank reconciliation statement

This commit is contained in:
deepeshgarg007
2019-07-25 12:23:40 +05:30
parent 4298cc1cdb
commit 30452a8bcd

View File

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