Studstatus: Wiederholer Reminder 1 wird vermutlich mit einem Tag delay versandt

This commit is contained in:
cgfhtw
2023-11-23 15:51:35 +01:00
parent 4932f21204
commit c93a4d2fb5
@@ -222,9 +222,9 @@ class Pruefung_model extends DB_Model
$this->withDetailsForStudierendenAntrag();
if ($maxDate)
$this->db->where("p.datum < ", $maxDate->format('c'));
$this->db->where("p.datum <= ", $maxDate->format('Y-m-d'));
if ($minDate)
$this->db->where("p.datum > ", $minDate->format('c'));
$this->db->where("p.datum > ", $minDate->format('Y-m-d'));
$this->db->where("b.aktiv", true);