Added support for Code128 barcode.

This commit is contained in:
Jan Böhmer 2020-05-07 23:27:40 +02:00
parent c58b36e9c5
commit f64910374f
5 changed files with 14 additions and 5 deletions

View file

@ -18,7 +18,7 @@
{% include "LabelSystem/labels/label_page_none.html.twig" %}
{% elseif options.barcodeType in ['qr', 'datamatrix'] %}
{% include "LabelSystem/labels/label_page_qr.html.twig" %}
{% elseif options.barcodeType in ['code39', 'code93'] %}
{% elseif options.barcodeType in ['code39', 'code93', 'code128'] %}
{% include "LabelSystem/labels/label_page_1d.html.twig" %}
{% endif %}
</div>