diff --git a/InvenTree/templates/qr_code.html b/InvenTree/templates/qr_code.html index bdc58a45eb..8bb288f797 100644 --- a/InvenTree/templates/qr_code.html +++ b/InvenTree/templates/qr_code.html @@ -3,7 +3,7 @@ <div class='container' style='width: 80%;'> {% if qr_data %} <div class='qr-container'> - <img class='qr-code' src="{% qr_url_from_text qr_data size='m' image_format='png' error_correction='q' %}" alt="QR Code"> + <img class='qr-code' src="{% qr_url_from_text qr_data size='m' image_format='png' error_correction='m' %}" alt="QR Code"> </div> {% else %} <b>Error:</b><br>