2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +00:00

fix part qr lable (#8255) (#8256)

(cherry picked from commit 560f57333c0aa20e82195252074a12d11b8ace40)

Co-authored-by: Volker <skydiablo@gmx.net>
This commit is contained in:
github-actions[bot] 2024-10-08 21:06:21 +11:00 committed by GitHub
parent 8c9a438e59
commit 6c0f6e38d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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