fix part qr lable (#8255)

This commit is contained in:
Volker 2024-10-08 12:03:22 +02:00 committed by GitHub
parent 198a39a33c
commit 560f57333c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@
$("#show-qr-code").click(function() {
showQRDialog(
'{% trans "Part QR Code" escape %}',
'{{ part.barcode }}',
'{{ part.barcode|safe }}',
);
});