fix: sequence id override with operation column

This commit is contained in:
Rohit Waghchaure 2020-11-04 13:10:03 +05:30
parent bc8809f4bf
commit 4cf346c082

View File

@ -2,7 +2,7 @@
// For license information, please see license.txt
frappe.ui.form.on('Routing', {
setup: function(frm) {
onload: function(frm) {
frappe.meta.get_docfield("BOM Operation", "sequence_id",
frm.doc.name).in_list_view = true;