WT 1.1.13 Test Central bug fixes

This commit is contained in:
bossanyit
2021-04-19 00:16:07 +02:00
parent 4cde174a83
commit cc1117d8a1
39 changed files with 1114 additions and 214 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ class SalesBloc extends Bloc<SalesEvent, SalesState> with Logging {
}
product2Display.sort((a, b) {
return a.sort < b.sort ? a.sort : b.sort;
return a.sort < b.sort ? -1 : 1;
});
productTest.productId = productId;