mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-30 18:50:53 +00:00
Adds "assigned_to_me" filtering to build orders
This commit is contained in:
@ -34,7 +34,12 @@ function buildFormFields() {
|
||||
reference: {
|
||||
prefix: global_settings.BUILDORDER_REFERENCE_PREFIX,
|
||||
},
|
||||
part: {},
|
||||
part: {
|
||||
filters: {
|
||||
assembly: true,
|
||||
virtual: false,
|
||||
}
|
||||
},
|
||||
title: {},
|
||||
quantity: {},
|
||||
parent: {
|
||||
|
Reference in New Issue
Block a user