Skip to content

Commit 7b0fdd1

Browse files
author
Hieu Lam - TMA
authored
fix-9127: Add the unique ticket code into the downlad CSV file (#9132)
1 parent 38d20b3 commit 7b0fdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/ticket_holder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def qr_code(self):
108108
box_size=10,
109109
border=0,
110110
)
111-
qr.add_data(self.order.identifier + "-" + str(self.id))
111+
qr.add_data(self.order.identifier)
112112
qr.make(fit=True)
113113
img = qr.make_image()
114114

0 commit comments

Comments
 (0)