mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
Add hint when barcode lookup is disabled
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<form id="purchase-form">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="product_id">Product <i class="fa fa-barcode"></i></label>
|
||||
<label for="product_id">Product <i class="fa fa-barcode"></i><span id="barcode-lookup-disabled-hint" class="small text-muted hide"> Barcode lookup is disabled</span></label>
|
||||
<select class="form-control combobox" id="product_id" name="product_id" required>
|
||||
<option value=""></option>
|
||||
<?php foreach ($products as $product) : ?>
|
||||
|
Reference in New Issue
Block a user