mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 03:26:45 +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() {
|
||||
showQRDialog(
|
||||
'{% trans "Part QR Code" escape %}',
|
||||
'{{ part.barcode }}',
|
||||
'{{ part.barcode|safe }}',
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user