WT 1.1.13 Test Central bug fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user