commit | a84d38999cc14f9958abf6be6656a5afcfdc0a5c | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Thu Dec 28 18:45:27 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 28 18:45:27 2017 +0530 |
tree | cfefdcd9ae1c59dce41a52919665da7c7a43b723 | |
parent | c9ed09440c7abe04660e248a8768e172511ed26f [diff] |
[Fix] Sales order erased on production order on selection of sales order (#12225)
diff --git a/erpnext/manufacturing/doctype/production_order/production_order.js b/erpnext/manufacturing/doctype/production_order/production_order.js index fb7ced9..8a86668 100644 --- a/erpnext/manufacturing/doctype/production_order/production_order.js +++ b/erpnext/manufacturing/doctype/production_order/production_order.js
@@ -226,6 +226,7 @@ args: { production_item: frm.doc.production_item }, callback: function(r) { frm.set_query("sales_order", function() { + erpnext.in_production_item_onchange = true; return { filters: [ ["Sales Order","name", "in", r.message]