2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00

Rename "barcode" module to "barcodes" to prevent import shadowing

- Add 'barcode' support
This commit is contained in:
Oliver Walters
2021-02-22 15:15:25 +11:00
parent 23da591c22
commit caf4c293d9
10 changed files with 32 additions and 11 deletions

View File

@ -4,7 +4,7 @@
<div class='container' style='width: 80%;'>
{% if qr_data %}
<div class='qr-container'>
<img src="{% qr_code qr_data %}">
<img src="{% qrcode qr_data %}">
</div>
{% else %}
<div class='alert alert-block alert-warning'>