Added a location filter to the stock entries page

This commit is contained in:
Bernd Bestel
2022-04-03 19:28:59 +02:00
parent 5c6f84a68e
commit e69e7a9a9a
5 changed files with 38 additions and 3 deletions

View File

@@ -14,8 +14,9 @@
@php if(empty($hint)) { $hint = ''; } @endphp
@php if(empty($nextInputSelector)) { $nextInputSelector = ''; } @endphp
@php if(empty($validationMessage)) { $validationMessage = 'You have to select a product'; } @endphp
@php if(empty($additionalGroupCssClasses)) { $additionalGroupCssClasses = ''; } @endphp
<div class="form-group"
<div class="form-group {{ $additionalGroupCssClasses }}"
data-next-input-selector="{{ $nextInputSelector }}"
data-disallow-add-product-workflows="{{ BoolToString($disallowAddProductWorkflows) }}"
data-disallow-all-product-workflows="{{ BoolToString($disallowAllProductWorkflows) }}"