mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 12:52:39 +00:00
Change the default Grocycode type to DataMatrix
This commit is contained in:
@@ -103,7 +103,7 @@ Setting('LDAP_UID_ATTR', ''); // Windows AD: "sAMAccountName", OpenLDAP: "uid",
|
||||
Setting('DEFAULT_PERMISSIONS', ['ADMIN']);
|
||||
|
||||
// "1D" (=> Code128) or "2D" (=> DataMatrix)
|
||||
Setting('GROCYCODE_TYPE', '1D');
|
||||
Setting('GROCYCODE_TYPE', '2D');
|
||||
|
||||
|
||||
// Label printer settings
|
||||
|
Reference in New Issue
Block a user