mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 12:22:11 +00:00
QR button code is now a template
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<p><i>{{ item.quantity }} × {{ item.part.name }}</i></p>
|
||||
<p>
|
||||
<div class='btn-group'>
|
||||
<button type='button' class='btn btn-default btn-glyph' id='show-qr-code' title='Show QR code'><span class='glyphicon glyphicon-qrcode'></span></button>
|
||||
{% include "qr_button.html" %}
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<p>{{ location.description }}</p>
|
||||
<p>
|
||||
<div class='btn-group'>
|
||||
<button type='button' class='btn btn-default btn-glyph' id='show-qr-code' title='Show QR code'><span class='glyphicon glyphicon-qrcode'></span></button>
|
||||
{% include "qr_button.html" %}
|
||||
</div>
|
||||
</p>
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user