commit | 401f954cc7e8d51272283b1b1d784ad2a902b02e | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Dec 20 16:15:24 2012 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu Dec 20 16:15:24 2012 +0530 |
tree | a5b5978237bad94a89e4dfa9582bce1fd85ebc15 | |
parent | 2880a55a01025bc89172dd1d1a44c9dd41abd169 [diff] |
hide naming series in production order
diff --git a/manufacturing/doctype/production_order/production_order.js b/manufacturing/doctype/production_order/production_order.js index 5242dce..3ac277b 100644 --- a/manufacturing/doctype/production_order/production_order.js +++ b/manufacturing/doctype/production_order/production_order.js
@@ -20,6 +20,7 @@ } cur_frm.cscript.refresh = function(doc, dt, dn) { + erpnext.hide_naming_series(); cur_frm.set_intro(""); cfn_set_fields(doc, dt, dn); if(doc.docstatus===0 && !doc.__islocal) {