Add constructed inv option to search columns

This commit is contained in:
Marliana Lara
2023-02-15 17:21:23 -05:00
parent 3335afcd3a
commit 8ea8558605

View File

@@ -195,6 +195,7 @@ function InventoryList() {
options: [ options: [
['', t`Inventory`], ['', t`Inventory`],
['smart', t`Smart Inventory`], ['smart', t`Smart Inventory`],
['constructed', t`Constructed Inventory`],
], ],
}, },
{ {