mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Change the default Grocycode type to DataMatrix
This commit is contained in:
parent
4364f07899
commit
a3f66b664b
|
|
@ -103,7 +103,7 @@ Setting('LDAP_UID_ATTR', ''); // Windows AD: "sAMAccountName", OpenLDAP: "uid",
|
||||||
Setting('DEFAULT_PERMISSIONS', ['ADMIN']);
|
Setting('DEFAULT_PERMISSIONS', ['ADMIN']);
|
||||||
|
|
||||||
// "1D" (=> Code128) or "2D" (=> DataMatrix)
|
// "1D" (=> Code128) or "2D" (=> DataMatrix)
|
||||||
Setting('GROCYCODE_TYPE', '1D');
|
Setting('GROCYCODE_TYPE', '2D');
|
||||||
|
|
||||||
|
|
||||||
// Label printer settings
|
// Label printer settings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user