working on pdf export
This commit is contained in:
@@ -17,7 +17,6 @@ type Absence struct {
|
||||
CardUID string
|
||||
AbwesenheitTyp AbsenceType
|
||||
Datum time.Time
|
||||
// Comment string
|
||||
}
|
||||
|
||||
func NewAbsence(card_uid string, abwesenheit_typ int, datum time.Time) (Absence, error) {
|
||||
|
||||
Reference in New Issue
Block a user