Subversion Repositories SmartDukaan

Rev

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

Rev 9416 Rev 9586
Line 111... Line 111...
111
    }
111
    }
112
 
112
 
113
    private static PdfPCell getCFormCell(TaxType taxType) {
113
    private static PdfPCell getCFormCell(TaxType taxType) {
114
    	PdfPCell cFormCell = null;
114
    	PdfPCell cFormCell = null;
115
		if(taxType == TaxType.CFORM) {
115
		if(taxType == TaxType.CFORM) {
116
			cFormCell = new PdfPCell(new Paragraph("*To be billed on C-Form ", new Font(FontFamily.TIMES_ROMAN, 8f)));
116
			cFormCell = new PdfPCell(new Paragraph("*To be billed on CST Against C-Form ", new Font(FontFamily.TIMES_ROMAN, 8f)));
117
		} else {
117
		} else {
118
			cFormCell = new PdfPCell();
118
			cFormCell = new PdfPCell();
119
		}
119
		}
120
		cFormCell.setBorder(Rectangle.NO_BORDER);
120
		cFormCell.setBorder(Rectangle.NO_BORDER);
121
		cFormCell.setHorizontalAlignment(Element.ALIGN_LEFT);
121
		cFormCell.setHorizontalAlignment(Element.ALIGN_LEFT);