fixed plan creation form
This commit is contained in:
@@ -397,6 +397,7 @@ def create_sessions_from_json_async(plansteps, rower, startdate, manager, planby
|
||||
elif preferreddate >= timezone.now().date():
|
||||
create_session = True
|
||||
|
||||
|
||||
if create_session:
|
||||
ps = PlannedSession(
|
||||
startdate=preferreddate -
|
||||
|
||||
Reference in New Issue
Block a user