Merge pull request #18482 from deepeshgarg007/bank_reco_develop

fix: Dynamic link issue fix in Bank reconciliation statement
This commit is contained in:
Deepesh Garg 2019-07-26 08:48:49 +05:30 committed by GitHub
commit 059c568f08
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
},
{