fix: Add bank transaction in module view (#20823)

This commit is contained in:
Deepesh Garg
2020-03-16 16:54:34 +05:30
committed by GitHub
parent 43a0011987
commit 11fb93d022

View File

@@ -181,6 +181,11 @@ def get_data():
"name": "Payment Reconciliation", "name": "Payment Reconciliation",
"description": _("Match non-linked Invoices and Payments.") "description": _("Match non-linked Invoices and Payments.")
}, },
{
"type": "doctype",
"label": _("Invoice Discounting"),
"name": "Invoice Discounting",
},
{ {
"type": "doctype", "type": "doctype",
"label": _("Update Bank Transaction Dates"), "label": _("Update Bank Transaction Dates"),
@@ -189,8 +194,9 @@ def get_data():
}, },
{ {
"type": "doctype", "type": "doctype",
"label": _("Invoice Discounting"), "label": _("Bank Transaction"),
"name": "Invoice Discounting", "name": "Bank Transaction",
"doctype": "Bank Transaction"
}, },
{ {
"type": "report", "type": "report",