Allow to order and filter by GTIN in part tables

This commit is contained in:
Jan Böhmer 2026-02-08 15:51:39 +01:00
parent 1130f71075
commit a962e5e019
6 changed files with 19 additions and 1 deletions

View file

@ -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";