mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
fix: Translation for button SO to PO
(cherry picked from commit a5275e9f28)
This commit is contained in:
committed by
Mergify
parent
7aeadcbf98
commit
73d98addbc
@@ -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) {
|
primary_action(args) {
|
||||||
if (!args) return;
|
if (!args) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user