added empty days in /team view
This commit is contained in:
@@ -227,3 +227,7 @@ func (b *Booking) UpdateTime(newTime time.Time) {
|
||||
b.Update(newBooking)
|
||||
b.Save()
|
||||
}
|
||||
|
||||
func (b *Booking) ToString() string {
|
||||
return fmt.Sprintf("Booking %d: at: %s, as type: %d", b.CounterId, b.Timestamp.Format("15:04"), b.CheckInOut)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user