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:
@ -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'
|
||||
]}
|
||||
/>
|
||||
)
|
||||
|
Reference in New Issue
Block a user