mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Added a new "Presets for new products" stock setting for the "Default due days" option of new products (closes #1552)
This commit is contained in:
@@ -55,6 +55,14 @@
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@include('components.numberpicker', array(
|
||||
'id' => 'product_presets_default_due_days',
|
||||
'additionalAttributes' => 'data-setting-key="product_presets_default_due_days"',
|
||||
'label' => 'Default due days',
|
||||
'min' => -1,
|
||||
'additionalCssClasses' => 'user-setting-control'
|
||||
))
|
||||
</div>
|
||||
|
||||
<h4 class="mt-2">{{ $__t('Stock overview') }}</h4>
|
||||
|
Reference in New Issue
Block a user