Browse Source

add calculation of an odd week

rachels 3 years ago
parent
commit
1f22b85c39
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/cikl.qsrc

+ 1 - 0
locations/cikl.qsrc

@@ -54,6 +54,7 @@ if day <= 0:day = 1
 
 ciklNewWeek = 0
 if week > 7:
+	odd_week = iif(odd_week,0,1)
 	ciklNewWeek = 1
 	:loopweek
 	week -= 7