Merge pull request #23811 from rohitwaghchaure/sequence-id-column-override-withoperation-pre

fix: sequence id override with operation column
This commit is contained in:
rohitwaghchaure 2020-11-04 13:16:21 +05:30 committed by GitHub
commit e0828a80c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;