Subversion Repositories SmartDukaan

Rev

Rev 21228 | Rev 21249 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21228 Rev 21229
Line 257... Line 257...
257
							total_quantity_to_bill += (long)Double.parseDouble(order.getBillTogetherOrdersMap().get(orderId).get("Quantity"));
257
							total_quantity_to_bill += (long)Double.parseDouble(order.getBillTogetherOrdersMap().get(orderId).get("Quantity"));
258
						}
258
						}
259
					}
259
					}
260
					DialogBox box;
260
					DialogBox box;
261
					if (total_quantity_to_bill > 1){
261
					if (total_quantity_to_bill > 1){
262
						box = new ShipmentDelayUpload(eventbus);
262
						box = new BulkBillingInfoBox(eventbus, order, user, billingType, warehouses, order.getBillTogetherOrdersMap());
263
					}
263
					}
264
					else{
264
					else{
265
						box = new JacketInfoBox(eventbus, order, user, billingType, warehouses, order.getBillTogetherOrdersMap());
265
						box = new JacketInfoBox(eventbus, order, user, billingType, warehouses, order.getBillTogetherOrdersMap());
266
					}
266
					}
267
					box.setPopupPosition(Window.getClientWidth()/10, Window.getClientHeight()/10);
267
					box.setPopupPosition(Window.getClientWidth()/10, Window.getClientHeight()/10);