Skip to content

Commit

Permalink
fix: add labels for translation in purchase_order_analysis.py
Browse files Browse the repository at this point in the history
(cherry picked from commit 342a398)
  • Loading branch information
mahsem authored and mergify[bot] committed Dec 6, 2024
1 parent 0eccb01 commit f9974f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def prepare_data(data, filters):


def prepare_chart_data(pending, completed):
labels = ["Amount to Bill", "Billed Amount"]
labels = [_("Amount to Bill"), _("Billed Amount")]

return {
"data": {"labels": labels, "datasets": [{"values": [pending, completed]}]},
Expand Down

0 comments on commit f9974f9

Please sign in to comment.