Change the default Grocycode type to DataMatrix

This commit is contained in:
Bernd Bestel
2025-03-21 17:49:31 +01:00
parent 4364f07899
commit a3f66b664b

View File

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