2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Added missing part_detail reference

This commit is contained in:
eeintech
2021-04-08 21:46:11 -04:00
parent b5a5f5b409
commit 97e1bc0a67
2 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,6 @@ function loadStockTable(table, options) {
// List of user-params which override the default filters
// options.params['part_detail'] = true;
options.params['location_detail'] = true;
var params = options.params || {};