Merge pull request #18479 from deepeshgarg007/bank_reco

fix: Dynamic link issue fix in Bank reconciliation statement
This commit is contained in:
Deepesh Garg
2019-07-26 08:49:14 +05:30
committed by GitHub

View File

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