Skip to content

Commit

Permalink
fix: Dashboard for Payment Request
Browse files Browse the repository at this point in the history
(cherry picked from commit 91955e2)
  • Loading branch information
Abdeali099 authored and mergify[bot] committed Nov 29, 2024
1 parent e2728db commit c911a70
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from frappe import _


def get_data():
return {
"fieldname": "payment_request",
"internal_links": {
"Payment Entry": ["references", "payment_request"],
"Payment Order": ["references", "payment_order"],
},
"transactions": [
{"label": _("Payment"), "items": ["Payment Entry", "Payment Order"]},
],
}

0 comments on commit c911a70

Please sign in to comment.