Finalized latest changes

This commit is contained in:
Bernd Bestel
2018-09-08 14:06:19 +02:00
parent bb60f5f043
commit 6b38cd450f
5 changed files with 10 additions and 8 deletions

View File

@@ -23,9 +23,9 @@
'min' => 0,
'value' => 1,
'invalidFeedback' => $L('The amount cannot be lower than #1', '1'),
'additionalAttributes' => ' data-notequal="notequal" not-equal="-1"'
'additionalAttributes' => 'data-notequal="notequal" not-equal="-1"',
'additionalHtmlElements' => '<div id="inventory-change-info" class="form-text text-muted small d-none"></div>'
))
<div id="inventory-change-info" class="form-text text-muted small d-none"></div>
@include('components.datetimepicker', array(
'id' => 'best_before_date',