Subversion Repositories SmartDukaan

Rev

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

Rev 29460 Rev 29461
Line 291... Line 291...
291
							destCode = bluedartAttr.getValue();
291
							destCode = bluedartAttr.getValue();
292
						}
292
						}
293
						else
293
						else
294
							destCode = logisticsClient.getDestinationCode(providerId, singleOrder.getCustomer_pincode());
294
							destCode = logisticsClient.getDestinationCode(providerId, singleOrder.getCustomer_pincode());
295
 
295
 
296
						barcodeFontSize = Integer.parseInt("bluedart_barcode_fontsize"));
296
						barcodeFontSize = Integer.parseInt("bluedart_barcode_fontsize");
297
						
297
						
298
						invoiceFormat = tclient.getInvoiceFormatLogisticsTxnId(singleOrder.getTransactionId(), Long.parseLong(logisticsTxnId.split("-")[1])); 
298
						invoiceFormat = tclient.getInvoiceFormatLogisticsTxnId(singleOrder.getTransactionId(), Long.parseLong(logisticsTxnId.split("-")[1])); 
299
					} catch (InventoryServiceException ise) {
299
					} catch (InventoryServiceException ise) {
300
						logger.error("Error while getting the warehouse information.", ise);
300
						logger.error("Error while getting the warehouse information.", ise);
301
						return baosPDF;
301
						return baosPDF;