Archived
0

fill all field on copy or add path

This commit is contained in:
iMoHax
2015-01-09 17:58:10 +03:00
parent 11c714087c
commit e8a755c6f8
3 changed files with 74 additions and 21 deletions

View File

@@ -217,7 +217,6 @@ public class RouterController {
StationModel tS = tStation.getValue();
OrderModel order = Screeners.showOrders(market.getOrders(s, sS, t, tS, totalBalance.getValue().doubleValue()));
if (order!=null){
//TODO: fix set balanace
orders.add(order);
addOrderToPath(order);
}