mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
add purchased date to purchase (#1056)
This commit is contained in:
@@ -94,6 +94,14 @@
|
||||
data-setting-key="show_icon_on_stock_overview_page_when_product_is_on_shopping_list"> {{ $__t('Show an icon if the product is already on the shopping list') }}
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label for="product_display_purchased_date">
|
||||
<input type="checkbox"
|
||||
class="user-setting-control"
|
||||
id="product_display_purchased_date"
|
||||
data-setting-key="product_display_purchased_date"> {{ $__t('Show purchased date on product purchase form to allow editing from default todays date') }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a href="{{ $U('/stockoverview') }}"
|
||||
|
Reference in New Issue
Block a user