Skip to content

Commit

Permalink
Merge pull request #43278 from frappe/mergify/bp/version-15-hotfix/pr…
Browse files Browse the repository at this point in the history
…-43276

fix: Translation for button SO to PO (backport #43276)
  • Loading branch information
Nihantra-Patel committed Sep 18, 2024
2 parents 7aeadcb + 73d98ad commit 680354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/selling/doctype/sales_order/sales_order.js
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ erpnext.selling.SalesOrderController = class SalesOrderController extends erpnex
],
},
],
primary_action_label: "Create Purchase Order",
primary_action_label: __("Create Purchase Order"),
primary_action(args) {
if (!args) return;

Expand Down

0 comments on commit 680354a

Please sign in to comment.