fix: residual qr code generation
This commit is contained in:
@@ -129,7 +129,7 @@ class ResidualQRCodeGenerator(BasePdfCardGenerator):
|
|||||||
nonlocal box_idx
|
nonlocal box_idx
|
||||||
box_id = boxes[box_idx].id
|
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)
|
qr.drawOn(canvas, 0, 30)
|
||||||
|
|
||||||
box_info = [
|
box_info = [
|
||||||
|
|||||||
Reference in New Issue
Block a user