fix: Work order creation from sales order (#28388)
* fix: Work order creation from sales order * chore: formatting Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
This commit is contained in:
parent
03370c63c5
commit
2eccb7a1ca
@ -319,7 +319,7 @@ erpnext.selling.SalesOrderController = class SalesOrderController extends erpnex
|
||||
title: __('Select Items to Manufacture'),
|
||||
fields: fields,
|
||||
primary_action: function() {
|
||||
var data = d.get_values();
|
||||
var data = {items: d.fields_dict.items.grid.get_selected_children()};
|
||||
me.frm.call({
|
||||
method: 'make_work_orders',
|
||||
args: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user