mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 08:11:19 +00:00
fix: Translation for button SO to PO --conflicts
This commit is contained in:
committed by
GitHub
parent
a8b5bcfe02
commit
b6ce9222aa
@@ -778,13 +778,8 @@ 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_label: __("Create Purchase Order"),
|
||||||
primary_action(args) {
|
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