2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Merge pull request #205 from SchrodingersGat/qr-codes

Qr codes
This commit is contained in:
Oliver
2019-05-02 21:15:34 +10:00
committed by GitHub
10 changed files with 114 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
{% extends "part/part_base.html" %}
{% load static %}
{% load qr_code %}
{% block details %}
{% include 'part/tabs.html' with tab='detail' %}
@@ -115,6 +116,8 @@
</div>
{% endif %}
{% qr_from_text part.format_barcode size="s" image_format="png" error_correction="L" %}
{% endblock %}
{% block js_load %}