mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Added an daily-same-time chore period type (closes #1793)
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
$value = date('Y-m-d H:i:s');
|
||||
if ($mode == 'edit')
|
||||
{
|
||||
$value = date('Y-m-d', strtotime($chore->start_date));
|
||||
$value = date('Y-m-d H:i:s', strtotime($chore->start_date));
|
||||
}
|
||||
@endphp
|
||||
@include('components.datetimepicker', array(
|
||||
|
Reference in New Issue
Block a user