mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Adapt shopping list add expired products for #851
This commit is contained in:
@@ -115,10 +115,10 @@
|
||||
href="#">
|
||||
{{ $__t('Add products that are below defined min. stock amount') }}
|
||||
</a>
|
||||
<a id="add-overdue-products"
|
||||
<a id="add-overdue-expired-products"
|
||||
class="btn btn-outline-primary btn-sm mb-1 responsive-button @if(!GROCY_FEATURE_FLAG_STOCK) d-none @endif"
|
||||
href="#">
|
||||
{{ $__t('Add overdue products') }}
|
||||
{{ $__t('Add overdue/expired products') }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user