mirror of
				https://gitlab.crans.org/bde/nk20-scripts
				synced 2025-11-04 08:32:10 +01:00 
			
		
		
		
	Parent club id is the id and not the club
This commit is contained in:
		@@ -151,7 +151,7 @@ class Command(ImportCommand):
 | 
				
			|||||||
                    "pk": pk_club,
 | 
					                    "pk": pk_club,
 | 
				
			||||||
                    "name": row["pseudo"],
 | 
					                    "name": row["pseudo"],
 | 
				
			||||||
                    "email": row["mail"],
 | 
					                    "email": row["mail"],
 | 
				
			||||||
                    "parent_club": 1,   # All clubs depends on BDE by default
 | 
					                    "parent_club_id": 1,   # All clubs depends on BDE by default
 | 
				
			||||||
                    "membership_duration": M_DURATION,
 | 
					                    "membership_duration": M_DURATION,
 | 
				
			||||||
                    "membership_start": M_START,
 | 
					                    "membership_start": M_START,
 | 
				
			||||||
                    "membership_end": M_END,
 | 
					                    "membership_end": M_END,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user