Skip to Content
Menu
This question has been flagged
2968 Zobrazenia

that is the wrong in this:

if worked_days.Unpaid.number_of_days > 0:

 result = 0

 else:

 if worked_days.Late.number_of_hours > 0:

 result = 0

 else:

 if worked_days.Left.number_of_hours > 0:

 result = 0

 else:

 result = 15

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
4
sep 25
6343
2
dec 19
4233
0
júl 19
4672
1
sep 25
339
1
máj 25
1471