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

fix: sequence id override with workstation column
This commit is contained in:
rohitwaghchaure 2020-11-04 13:13:36 +05:30 committed by GitHub
commit d961d6cdc9
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;