From f206034a7907a59aab5830ca4625622013cadf7e Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Mon, 17 Feb 2025 15:40:17 +0530 Subject: [PATCH] fix: remove unused fields --- erpnext/manufacturing/doctype/bom_creator/bom_creator.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom_creator/bom_creator.py b/erpnext/manufacturing/doctype/bom_creator/bom_creator.py index 41363120a5f..09df307bdeb 100644 --- a/erpnext/manufacturing/doctype/bom_creator/bom_creator.py +++ b/erpnext/manufacturing/doctype/bom_creator/bom_creator.py @@ -368,16 +368,8 @@ def get_children(doctype=None, parent=None, **kwargs): "uom", "rate", "amount", - "workstation_type", "operation", - "operation_time", "is_subcontracted", - "workstation", - "source_warehouse", - "wip_warehouse", - "fg_warehouse", - "skip_material_transfer", - "backflush_from_wip_warehouse", ] query_filters = {