diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index 7381332892..0cac700857 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -27,7 +27,7 @@

{{ part.description }}

- + {% include "qr_button.html" %} diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index 87fff9fbb4..daea4ddf24 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -8,7 +8,7 @@

{{ item.quantity }} × {{ item.part.name }}

- + {% include "qr_button.html" %}

diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 8a8f0356fe..fbb46b6e18 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -9,7 +9,7 @@

{{ location.description }}

- + {% include "qr_button.html" %}

{% else %} diff --git a/InvenTree/templates/qr_button.html b/InvenTree/templates/qr_button.html new file mode 100644 index 0000000000..7aafd834bc --- /dev/null +++ b/InvenTree/templates/qr_button.html @@ -0,0 +1 @@ + \ No newline at end of file