Skip to content

Commit

Permalink
fix part qr lable (#8255)
Browse files Browse the repository at this point in the history
  • Loading branch information
skydiablo authored Oct 8, 2024
1 parent 198a39a commit 560f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/InvenTree/part/templates/part/part_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ <h5>
$("#show-qr-code").click(function() {
showQRDialog(
'{% trans "Part QR Code" escape %}',
'{{ part.barcode }}',
'{{ part.barcode|safe }}',
);
});

Expand Down

0 comments on commit 560f573

Please sign in to comment.