Added an info for product-add-workflows (closes #192)

This commit is contained in:
Bernd Bestel 2019-04-06 15:15:20 +02:00
parent 45ae386005
commit 0496ae9e00
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -17,5 +17,6 @@
</select>
<div class="invalid-feedback">{{ $L('You have to select a product') }}</div>
<div id="custom-productpicker-error" class="form-text text-danger d-none"></div>
<div class="form-text text-info small">{{ $L('Type a new product name or barcode and hit TAB to start a workflow') }}</div>
<div id="flow-info-addbarcodetoselection" class="form-text text-muted small d-none"><strong><span id="addbarcodetoselection"></span></strong> {{ $L('will be added to the list of barcodes for the selected product on submit') }}</div>
</div>