mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Disable multi-level BOM requests
This commit is contained in:
		| @@ -778,6 +778,11 @@ function loadBomTable(table, options={}) { | ||||
|     // This function may be called recursively for multi-level BOMs | ||||
|     function requestSubItems(bom_pk, part_pk) { | ||||
|  | ||||
|         // TODO: 2022-02-03 Currently, multi-level BOMs are not actually displayed. | ||||
|  | ||||
|         // Re-enable this function once multi-level display has been re-deployed | ||||
|         return; | ||||
|  | ||||
|         inventreeGet( | ||||
|             options.bom_url, | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user