mirror of
				https://gitlab.crans.org/bde/nk20-scripts
				synced 2025-10-30 06:49:50 +01:00 
			
		
		
		
	BDE memberships can start on 1st august
This commit is contained in:
		| @@ -53,8 +53,8 @@ CT = { | ||||
|  | ||||
| def get_date_end(date_start): | ||||
|     date_end = copy.deepcopy(date_start) | ||||
|     if date_start.month > 8: | ||||
|         date_end = date_start.replace(year=date_start.year+1) | ||||
|     if date_start.month >= 8: | ||||
|         date_end = date_start.replace(year=date_start.year + 1) | ||||
|     date_end = date_end.replace(month=9, day=30) | ||||
|     return date_end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user