Merge pull request #18481 from deepeshgarg007/bank_reco_v12

fix: Dynamic link issue fix in Bank reconciliation statement
This commit is contained in:
Deepesh Garg 2019-07-26 08:49:03 +05:30 committed by GitHub
commit 6f6f4b9417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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