mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Fixed error in tests.
This commit is contained in:
parent
e78033d774
commit
00b19732cc
3 changed files with 15 additions and 10 deletions
|
@ -58,15 +58,21 @@ class PermissionsEmbed
|
|||
public const MANUFACTURERS = 'manufacturers';
|
||||
public const DEVICES = 'devices';
|
||||
public const ATTACHMENT_TYPES = 'attachment_types';
|
||||
public const MEASUREMENT_UNITS = 'measurement_units';
|
||||
public const CURRENCIES = 'currencies';
|
||||
public const TOOLS = 'tools';
|
||||
public const PARTS = 'parts';
|
||||
public const PARTS_NAME = 'parts_name';
|
||||
public const PARTS_DESCRIPTION = 'parts_description';
|
||||
public const PARTS_INSTOCK = 'parts_instock';
|
||||
public const PARTS_MININSTOCK = 'parts_mininstock';
|
||||
public const PARTS_MINAMOUNT = 'parts_minamount';
|
||||
public const PARTS_FOOTPRINT = 'parts_footprint';
|
||||
public const PARTS_MPN = 'parts_mpn';
|
||||
public const PARTS_STATUS = 'parts_status';
|
||||
public const PARTS_TAGS = 'parts_tags';
|
||||
public const PARTS_UNIT = 'parts_unit';
|
||||
public const PARTS_MASS = 'parts_mass';
|
||||
public const PARTS_LOTS = 'parts_lots';
|
||||
public const PARTS_COMMENT = 'parts_comment';
|
||||
public const PARTS_STORELOCATION = 'parts_storelocation';
|
||||
public const PARTS_MANUFACTURER = 'parts_manufacturer';
|
||||
public const PARTS_ORDERDETAILS = 'parts_orderdetails';
|
||||
public const PARTS_PRICES = 'parts_prices';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue