| Line 804... |
Line 804... |
| 804 |
PdfPTable chargesTable = new PdfPTable(1);
|
804 |
PdfPTable chargesTable = new PdfPTable(1);
|
| 805 |
chargesTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
|
805 |
chargesTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
|
| 806 |
chargesTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
|
806 |
chargesTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
|
| 807 |
if(order.isLogisticsCod()){
|
807 |
if(order.isLogisticsCod()){
|
| 808 |
chargesTable.addCell(new Phrase("AMOUNT TO BE COLLECTED : Rs " + (totalAmount), helveticaBold12));
|
808 |
chargesTable.addCell(new Phrase("AMOUNT TO BE COLLECTED : Rs " + (totalAmount), helveticaBold12));
|
| 809 |
chargesTable.addCell(new Phrase("RTO ADDRESS:DEL/HPW/111116"));
|
809 |
//chargesTable.addCell(new Phrase("RTO ADDRESS:DEL/HPW/111116"));
|
| 810 |
//Start:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
810 |
//Start:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
| 811 |
if(order.getLogistics_provider_id()==7L || order.getLogistics_provider_id()==46L){
|
811 |
if(order.getLogistics_provider_id()==7L || order.getLogistics_provider_id()==46L){
|
| 812 |
in.shop2020.model.v1.order.TransactionService.Client tclient = tsc.getClient();
|
812 |
in.shop2020.model.v1.order.TransactionService.Client tclient = tsc.getClient();
|
| 813 |
String fedexCodReturnBarcode = "";
|
813 |
String fedexCodReturnBarcode = "";
|
| 814 |
String fedexCodReturnTrackingId = "";
|
814 |
String fedexCodReturnTrackingId = "";
|