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:
committed by
Mergify
parent
c442dc6b8e
commit
a8b5bcfe02
@@ -778,8 +778,13 @@ erpnext.selling.SalesOrderController = class SalesOrderController extends erpnex
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
<<<<<<< HEAD
|
||||||
primary_action_label: 'Create Purchase Order',
|
primary_action_label: 'Create Purchase Order',
|
||||||
primary_action (args) {
|
primary_action (args) {
|
||||||
|
=======
|
||||||
|
primary_action_label: __("Create Purchase Order"),
|
||||||
|
primary_action(args) {
|
||||||
|
>>>>>>> a5275e9f28 (fix: Translation for button SO to PO)
|
||||||
if (!args) return;
|
if (!args) return;
|
||||||
|
|
||||||
let selected_items = dialog.fields_dict.items_for_po.grid.get_selected_children();
|
let selected_items = dialog.fields_dict.items_for_po.grid.get_selected_children();
|
||||||
|
|||||||
Reference in New Issue
Block a user