| Line 331... |
Line 331... |
| 331 |
|
331 |
|
| 332 |
if(order.getLogistics_provider_id()==7L){
|
332 |
if(order.getLogistics_provider_id()==7L){
|
| 333 |
chargesTable.addCell(new Phrase("Term and Condition:- Subject to the Conditions of Carriage which " +
|
333 |
chargesTable.addCell(new Phrase("Term and Condition:- Subject to the Conditions of Carriage which " +
|
| 334 |
"limits the liability of FedEx for loss, delay or damage to the consignment." +
|
334 |
"limits the liability of FedEx for loss, delay or damage to the consignment." +
|
| 335 |
" Visit http://www.fedex.com/in/domestic/services/terms to view the conitions of Carriage" ,
|
335 |
" Visit http://www.fedex.com/in/domestic/services/terms to view the conitions of Carriage" ,
|
| 336 |
new Font(FontFamily.TIMES_ROMAN, 6f)));
|
336 |
new Font(FontFamily.TIMES_ROMAN, 8f)));
|
| 337 |
}
|
337 |
}
|
| 338 |
|
338 |
|
| 339 |
PdfPTable addressAndNoteTable = new PdfPTable(new float[]{0.3f, 0.7f});
|
339 |
PdfPTable addressAndNoteTable = new PdfPTable(new float[]{0.3f, 0.7f});
|
| 340 |
addressAndNoteTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
|
340 |
addressAndNoteTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
|
| 341 |
addressAndNoteTable.addCell(addressCell);
|
341 |
addressAndNoteTable.addCell(addressCell);
|