Subversion Repositories SmartDukaan

Rev

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

Rev 2843 Rev 2908
Line 166... Line 166...
166
				if(order.getJacketNumber()==0){
166
				if(order.getJacketNumber()==0){
167
					JacketInfoBox box = new JacketInfoBox(eventbus, order, user, billingType);
167
					JacketInfoBox box = new JacketInfoBox(eventbus, order, user, billingType);
168
					//box.clean();
168
					//box.clean();
169
					box.center();
169
					box.center();
170
				}else{
170
				}else{
171
					String invoiceGenerationUrl = "http://" + Window.Location.getHost() + "/invoice/";
171
					String invoiceGenerationUrl = "http://" + Window.Location.getHost() + Window.Location.getPath() + "invoice/";
172
					invoiceGenerationUrl += "?id=" +order.getOrderId();
172
					invoiceGenerationUrl += "?id=" +order.getOrderId();
173
					if(billingType == BillingType.OURS)
173
					if(billingType == BillingType.OURS)
174
					    invoiceGenerationUrl += "&withBill=true";
174
					    invoiceGenerationUrl += "&withBill=true";
175
					else
175
					else
176
					    invoiceGenerationUrl += "&withBill=false";
176
					    invoiceGenerationUrl += "&withBill=false";