From a3f66b664b79609b7ebbcaa5f05a643afaca83bc Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 21 Mar 2025 17:49:31 +0100 Subject: [PATCH] Change the default Grocycode type to DataMatrix --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index 7cc316a6..d63e6e93 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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