showing stock uuid in stocks detail list
This commit is contained in:
parent
3aa4225acb
commit
6eaef98c86
@ -84,6 +84,9 @@
|
|||||||
<span class="text-secondary"><br>Lot: {{stock.lot}}</span>
|
<span class="text-secondary"><br>Lot: {{stock.lot}}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex-grow-2 ms-3 d-none d-lg-block">
|
||||||
|
{% qr_from_text stock.get_qr_code size="6" image_format="svg" %}
|
||||||
|
</div>
|
||||||
<div class="ms-3">
|
<div class="ms-3">
|
||||||
Amount: {{stock.amount}}
|
Amount: {{stock.amount}}
|
||||||
{% if stock.watermark >= 0 %}
|
{% if stock.watermark >= 0 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user