mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
Merge pull request #45950 from rohitwaghchaure/fixed-bom-creator-issue
fix: remove unused fields
This commit is contained in:
@@ -368,16 +368,8 @@ def get_children(doctype=None, parent=None, **kwargs):
|
|||||||
"uom",
|
"uom",
|
||||||
"rate",
|
"rate",
|
||||||
"amount",
|
"amount",
|
||||||
"workstation_type",
|
|
||||||
"operation",
|
"operation",
|
||||||
"operation_time",
|
|
||||||
"is_subcontracted",
|
"is_subcontracted",
|
||||||
"workstation",
|
|
||||||
"source_warehouse",
|
|
||||||
"wip_warehouse",
|
|
||||||
"fg_warehouse",
|
|
||||||
"skip_material_transfer",
|
|
||||||
"backflush_from_wip_warehouse",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
query_filters = {
|
query_filters = {
|
||||||
|
|||||||
Reference in New Issue
Block a user