2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

Test result table fix (#6740)

* Fix stock.js

- Remove incorrect icon code

* Add TEST_STATION_DATA setting

- Controls whether test station fields are added

* Add setting to control test station fields

- Default to off to preserve old behaviour
This commit is contained in:
Oliver
2024-03-18 16:36:00 +11:00
committed by GitHub
parent 82654eabdc
commit 664063583f
6 changed files with 20 additions and 4 deletions

View File

@ -213,7 +213,8 @@ export default function SystemSettings() {
'STOCK_OWNERSHIP_CONTROL',
'STOCK_LOCATION_DEFAULT_ICON',
'STOCK_SHOW_INSTALLED_ITEMS',
'STOCK_ENFORCE_BOM_INSTALLATION'
'STOCK_ENFORCE_BOM_INSTALLATION',
'TEST_STATION_DATA'
]}
/>
)