feat: bigger product size

This commit is contained in:
2024-10-06 13:04:42 +03:00
parent 4e5365b946
commit e153d4a1c0
3 changed files with 9 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ class PDFGenerator:
leading=7,
spaceAfter=2,
leftIndent=2,
rightIndent=2
rightIndent=2,
)
def generate_small_text(self, barcode_value, text, num_duplicates=1):