Skip to content
Snippets Groups Projects
Commit b867baba authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

fix missing column, closes #3834

Closes #3834

Merge request studip/studip!2698
parent c9dc702e
No related branches found
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ class ConsultationSlot extends SimpleORMap ...@@ -276,7 +276,7 @@ class ConsultationSlot extends SimpleORMap
); );
$event->event->description = $booking->reason; $event->event->description = $booking->reason;
} else { } else {
$event->event->summary = sprintf( $event->event->title = sprintf(
_('Termin mit %u Personen'), _('Termin mit %u Personen'),
count($bookings) count($bookings)
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment