{% extends "base.html" %} {% block main %}

Modify {{ product.name }}


CHF
CHF




Barcodes

{% for barcode in barcodes %} {% endfor %}
Barcode Name Actions
{{ barcode.barcode }} {{ barcode.name }} Delete

Delete Product


{{ super() }} {% endblock %} {% block barcodewebsocket %} let bcinput = document.getElementById("modproduct-barcode-barcode"); bcinput.value = e.data; bcinput.select(); bcinput.scrollIntoView(); {% endblock %}