mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-29 18:20:53 +00:00
Edit BOM substitutes (#9521)
* Edit BOM substitutes * Add playwright tests
This commit is contained in:
src/frontend
lib
enums
src
tests
pages
@ -102,6 +102,7 @@ export enum ApiEndpoints {
|
||||
bom_list = 'bom/',
|
||||
bom_item_validate = 'bom/:id/validate/',
|
||||
bom_validate = 'part/:id/bom-validate/',
|
||||
bom_substitute_list = 'bom/substitute/',
|
||||
|
||||
// Part API endpoints
|
||||
part_list = 'part/',
|
||||
|
Reference in New Issue
Block a user