This commit is contained in:
Holger Trampe 2020-08-11 19:46:27 +02:00
parent c9678d3ead
commit e107a2cf7a
2 changed files with 3 additions and 3 deletions

View File

@ -613,7 +613,7 @@ def getthisdaynotworking(user, day):
if user.usertime.wd_mo == 0.0:
stat = True
elif(day.isoweekday() == 2):
if user.usertime.wd_tu == 0.0:#
if user.usertime.wd_tu == 0.0:
stat = True
elif(day.isoweekday() == 3):
if user.usertime.wd_we == 0.0:
@ -651,9 +651,9 @@ def kontingent(user):
'''
Zählt ausgegebene Arbeitstage MIT
'''
Zählt ausgegebene Arbeitstage mit für den Zeilenumbruch in der Arbeitstage-Übersicht
'''
workdaycounter = 0
@register.simple_tag