Subversion Repositories SmartDukaan

Rev

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

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