mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
(cherry picked from commit 560f57333c0aa20e82195252074a12d11b8ace40) 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() {
|
$("#show-qr-code").click(function() {
|
||||||
showQRDialog(
|
showQRDialog(
|
||||||
'{% trans "Part QR Code" escape %}',
|
'{% trans "Part QR Code" escape %}',
|
||||||
'{{ part.barcode }}',
|
'{{ part.barcode|safe }}',
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user