mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
added button to add expired products to shoppinglist (#1026)
* added button to add expired products to shoppinglist
* Localizations are managed via Transifex
Revert "added button to add expired products to shoppinglist"
This reverts commit ad1ab5d6a0
.
* Revert unnecessary change
* Reuse existing function (GetExpiringProducts) to get expired products
Co-authored-by: Mario Klug <mario.klug@sourcefactory.at>
Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
@@ -96,6 +96,11 @@
|
||||
href="#">
|
||||
{{ $__t('Add products that are below defined min. stock amount') }}
|
||||
</a>
|
||||
<a id="add-expired-products"
|
||||
class="btn btn-outline-primary btn-sm mb-1 responsive-button"
|
||||
href="#">
|
||||
{{ $__t('Add expired products') }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-5">
|
||||
<div class="input-group mb-3">
|
||||
|
Reference in New Issue
Block a user