Fixed nbe in order form

This commit is contained in:
Frank Schubert
2023-02-28 16:44:39 +01:00
parent 1aa4bdd89e
commit 531f34e0cf

View File

@@ -1527,7 +1527,7 @@
</div> \
<div class="col-1"> \
<label class="form-label" for="price_nbe-' + i +'">Preis NBE</label> \
<input type="text" class="form-control" name="products[' + i +'][price_nbe]" id="price_nne-' + i +'" value="" placeholder="NBE" /> \
<input type="text" class="form-control" name="products[' + i +'][price_nbe]" id="price_nbe-' + i +'" value="" placeholder="NBE" /> \
</div> \
<?php endif; ?>
\