WT 1.1.25+3 flutter 2.8, activate training plan

This commit is contained in:
bossanyit
2021-12-12 16:17:47 +01:00
parent 72ae1c8f8c
commit 54a61fa585
96 changed files with 944 additions and 655 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ class SalesBloc extends Bloc<SalesEvent, SalesState> with Logging {
try {
productSet = int.parse(productSetString);
} on Exception catch (e) {
log("Define the right productset!");
log("Define the right productset! $e");
productSet = 2;
}