fix: refs #7266 Buy label barcode, minor barcode width
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-12-02 06:59:01 +01:00
parent 76b12e73b9
commit a17e434df1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
xmlDocument: document,
format: 'code128',
displayValue: false,
width: 3.8,
width: 3.5,
height: 75,
margin: 0
});