fix: Translation for button SO to PO

(cherry picked from commit a5275e9f28)

# Conflicts:
#	erpnext/selling/doctype/sales_order/sales_order.js
This commit is contained in:
Nihantra C. Patel
2024-09-18 21:36:02 +05:30
committed by Mergify
parent c442dc6b8e
commit a8b5bcfe02

View File

@@ -778,8 +778,13 @@ erpnext.selling.SalesOrderController = class SalesOrderController extends erpnex
]
}
],
<<<<<<< HEAD
primary_action_label: 'Create Purchase Order',
primary_action (args) {
=======
primary_action_label: __("Create Purchase Order"),
primary_action(args) {
>>>>>>> a5275e9f28 (fix: Translation for button SO to PO)
if (!args) return;
let selected_items = dialog.fields_dict.items_for_po.grid.get_selected_children();