mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
JS fixes
This commit is contained in:
@ -170,12 +170,10 @@ function updateSearch() {
|
||||
|
||||
var filters = {
|
||||
supplier_detail: true,
|
||||
}
|
||||
};
|
||||
|
||||
if (user_settings.SEARCH_PREVIEW_EXCLUDE_INACTIVE_PURCHASE_ORDERS) {
|
||||
var filters = {
|
||||
outstanding: true,
|
||||
}
|
||||
filters.outstanding = true;
|
||||
}
|
||||
|
||||
// Search for matching purchase orders
|
||||
|
Reference in New Issue
Block a user