mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Added a note field to product barcodes (closes #962)
This commit is contained in:
@@ -90,6 +90,15 @@
|
||||
value="1">
|
||||
@endif
|
||||
|
||||
<div class="form-group">
|
||||
<label for="note">{{ $__t('Note') }}</label>
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
id="note"
|
||||
name="note"
|
||||
value="@if($mode == 'edit'){{ $barcode->note }}@endif">
|
||||
</div>
|
||||
|
||||
@include('components.userfieldsform', array(
|
||||
'userfields' => $userfields,
|
||||
'entity' => 'product_barcodes'
|
||||
|
Reference in New Issue
Block a user