fix: residual qr code generation

This commit is contained in:
2025-01-16 00:29:36 +04:00
parent 6d3991054b
commit a4d59b740d

View File

@@ -129,7 +129,7 @@ class ResidualQRCodeGenerator(BasePdfCardGenerator):
nonlocal box_idx
box_id = boxes[box_idx].id
qr = QRCodeImage(f"П{box_id}", size=30 * mm)
qr = QRCodeImage(f"К{box_id}", size=30 * mm)
qr.drawOn(canvas, 0, 30)
box_info = [