mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Clear manually rescheduled date on chore execution (references #1830)
This commit is contained in:
@@ -219,7 +219,8 @@
|
||||
<span>-</span>
|
||||
@endif
|
||||
@if($curentChoreEntry->is_rescheduled == 1)
|
||||
<span class="text-muted"
|
||||
<span id="chore-{{ $curentChoreEntry->chore_id }}-reschedule-icon"
|
||||
class="text-muted"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Rescheduled') }}">
|
||||
<i class="far fa-clock"></i>
|
||||
|
Reference in New Issue
Block a user