Really generate a Code39 barcode if this is wished.

This commit is contained in:
Jan Böhmer 2020-04-26 19:13:23 +02:00
parent c200b650a0
commit 35c788fabc

View file

@ -45,7 +45,7 @@ class BarcodeGenerator
$type = 'DATAMATRIX'; $type = 'DATAMATRIX';
break; break;
case 'code39': case 'code39':
$type = 'C93'; $type = 'C39';
break; break;
case 'code93': case 'code93':
$type = 'C93'; $type = 'C93';