3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 02:45:39 +00:00

Added time on action date

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-03 05:30:53 +01:00
parent 45c6406ff4
commit e4ce71ff14

View File

@ -28,7 +28,7 @@ class CheckoutableCheckedIn
$this->checkedOutTo = $checkedOutTo;
$this->checkedInBy = $checkedInBy;
$this->note = $note;
$this->action_date = $action_date ?? date('Y-m-d');
$this->action_date = $action_date ?? date('Y-m-d H:i:s');
$this->originalValues = $originalValues;
}
}