mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
* fix: Work order creation from sales order
* chore: formatting
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
(cherry picked from commit 2eccb7a1ca)
Co-authored-by: Sagar Sharma <63660334+s-aga-r@users.noreply.github.com>
This commit is contained in:
@@ -319,7 +319,7 @@ erpnext.selling.SalesOrderController = erpnext.selling.SellingController.extend(
|
|||||||
title: __('Select Items to Manufacture'),
|
title: __('Select Items to Manufacture'),
|
||||||
fields: fields,
|
fields: fields,
|
||||||
primary_action: function() {
|
primary_action: function() {
|
||||||
var data = d.get_values();
|
var data = {items: d.fields_dict.items.grid.get_selected_children()};
|
||||||
me.frm.call({
|
me.frm.call({
|
||||||
method: 'make_work_orders',
|
method: 'make_work_orders',
|
||||||
args: {
|
args: {
|
||||||
|
|||||||
Reference in New Issue
Block a user