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

Added barcode for Part object

This commit is contained in:
Oliver Walters
2019-05-02 20:57:53 +10:00
parent c901294a48
commit 5a234a1070
4 changed files with 18 additions and 3 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 %}