| Line 724... |
Line 724... |
| 724 |
if(order.getProductCondition().equals(ProductCondition.BAD)){
|
724 |
if(order.getProductCondition().equals(ProductCondition.BAD)){
|
| 725 |
PdfPCell badSaleDisclaimerCell = new PdfPCell(new Phrase(" Item(s) above are sold on as is where is basis. They " +
|
725 |
PdfPCell badSaleDisclaimerCell = new PdfPCell(new Phrase(" Item(s) above are sold on as is where is basis. They " +
|
| 726 |
"may be in dead/defective/damaged/refurbished/incomplete/open condition. These " +
|
726 |
"may be in dead/defective/damaged/refurbished/incomplete/open condition. These " +
|
| 727 |
"are not returnable, exchangeable or refundable under any circumstances. No " +
|
727 |
"are not returnable, exchangeable or refundable under any circumstances. No " +
|
| 728 |
"warranty is assured on these items." ,
|
728 |
"warranty is assured on these items." ,
|
| 729 |
new Font(FontFamily.TIMES_ROMAN, 8f));
|
729 |
new Font(FontFamily.TIMES_ROMAN, 8f)));
|
| 730 |
badSaleDisclaimerCell.setHorizontalAlignment(Element.ALIGN_LEFT);
|
730 |
badSaleDisclaimerCell.setHorizontalAlignment(Element.ALIGN_LEFT);
|
| 731 |
badSaleDisclaimerCell.setBorder(Rectangle.NO_BORDER);
|
731 |
badSaleDisclaimerCell.setBorder(Rectangle.NO_BORDER);
|
| 732 |
taxTable.addCell(badSaleDisclaimerCell);
|
732 |
taxTable.addCell(badSaleDisclaimerCell);
|
| 733 |
}
|
733 |
}
|
| 734 |
return taxTable;
|
734 |
return taxTable;
|