(cherry picked from commit 560f57333c)
Co-authored-by: Volker <skydiablo@gmx.net>
This commit is contained in:
parent
8c9a438e59
commit
6c0f6e38d0
|
|
@ -451,7 +451,7 @@
|
|||
$("#show-qr-code").click(function() {
|
||||
showQRDialog(
|
||||
'{% trans "Part QR Code" escape %}',
|
||||
'{{ part.barcode }}',
|
||||
'{{ part.barcode|safe }}',
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue