Subversion Repositories SmartDukaan

Rev

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

Rev 25950 Rev 25957
Line 295... Line 295...
295
			LineItem lineItem = o.getLineitems().get(0);
295
			LineItem lineItem = o.getLineitems().get(0);
296
			row.createCell(i++).setCellValue((lineItem.getBrand() + " " + getValidName(lineItem.getModel_name()) + " "
296
			row.createCell(i++).setCellValue((lineItem.getBrand() + " " + getValidName(lineItem.getModel_name()) + " "
297
					+ getValidName(lineItem.getModel_number()).replaceAll("  ", " ")));
297
					+ getValidName(lineItem.getModel_number()).replaceAll("  ", " ")));
298
			row.createCell(i++).setCellValue(lineItem.getColor());
298
			row.createCell(i++).setCellValue(lineItem.getColor());
299
			row.createCell(i++).setCellValue(o.getLogisticsTransactionId());
299
			row.createCell(i++).setCellValue(o.getLogisticsTransactionId());
300
			row.createCell(i++).setCellValue(o.getLogisticsTransactionId());
-
 
301
			if (!isFofo.containsKey(o.getCustomer_id())) {
300
			if (!isFofo.containsKey(o.getCustomer_id())) {
302
				try {
301
				try {
303
					uc = new UserClient().getClient();
302
					uc = new UserClient().getClient();
304
					isFofo.put(o.getCustomer_id(), uc.getPrivateDealUser(o.getCustomer_id()).getIsFofo() == 1);
303
					isFofo.put(o.getCustomer_id(), uc.getPrivateDealUser(o.getCustomer_id()).getIsFofo() == 1);
305
				} catch (Exception e) {
304
				} catch (Exception e) {