mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-16 14:39:37 +00:00
Allow to order and filter by GTIN in part tables
This commit is contained in:
parent
1130f71075
commit
a962e5e019
6 changed files with 19 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ enum PartTableColumns : string implements TranslatableInterface
|
|||
case MPN = "manufacturer_product_number";
|
||||
case CUSTOM_PART_STATE = 'partCustomState';
|
||||
case MASS = "mass";
|
||||
case GTIN = "gtin";
|
||||
case TAGS = "tags";
|
||||
case ATTACHMENTS = "attachments";
|
||||
case EDIT = "edit";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue