mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 12:40:08 +02:00
Really generate a Code39 barcode if this is wished.
This commit is contained in:
parent
c200b650a0
commit
35c788fabc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class BarcodeGenerator
|
|||
$type = 'DATAMATRIX';
|
||||
break;
|
||||
case 'code39':
|
||||
$type = 'C93';
|
||||
$type = 'C39';
|
||||
break;
|
||||
case 'code93':
|
||||
$type = 'C93';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue