mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 11:25:09 +00:00
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user