WT 1.1.18+6 fixes
This commit is contained in:
@@ -191,6 +191,7 @@ class TrainingPlanBloc extends Bloc<TrainingPlanEvent, TrainingPlanState> {
|
||||
}
|
||||
_myPlan!.trainingPlanId = 0;
|
||||
_myPlan!.name = "Custom";
|
||||
_myPlan!.dateAdd = DateTime.now();
|
||||
_myPlan!.customerId = Cache().userLoggedIn == null ? Cache().userLoggedIn!.customerId : 0;
|
||||
|
||||
_myPlan!.type = CustomerTrainingPlanType.custom;
|
||||
|
||||
Reference in New Issue
Block a user