2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00
This commit is contained in:
Oliver
2022-05-20 17:02:28 +10:00
parent 8ad141f910
commit 0f4ed55bed
2 changed files with 5 additions and 7 deletions

View File

@ -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