Stuff
This commit is contained in:
parent
c9678d3ead
commit
e107a2cf7a
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue