Subversion Repositories SmartDukaan

Rev

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

Rev 8107 Rev 8108
Line 583... Line 583...
583
		
583
		
584
		PdfPTable logoTitleAndOurAddressTable = new PdfPTable(new float[]{0.4f, 0.6f});
584
		PdfPTable logoTitleAndOurAddressTable = new PdfPTable(new float[]{0.4f, 0.6f});
585
		logoTitleAndOurAddressTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
585
		logoTitleAndOurAddressTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
586
		PdfPTable titleAndSolrAddressTable= new PdfPTable(1);
586
		PdfPTable titleAndSolrAddressTable= new PdfPTable(1);
587
		titleAndSolrAddressTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
587
		titleAndSolrAddressTable.getDefaultCell().setBorder(Rectangle.NO_BORDER);
-
 
588
		titleAndSolrAddressTable.getDefaultCell().setHorizontalAlignment(Element.ALIGN_CENTER);
588
		
589
		
589
		PdfPTable logoTable = new PdfPTable(2);
590
		PdfPTable logoTable = new PdfPTable(2);
590
		addLogoTable(logoTable,order); 
591
		addLogoTable(logoTable,order); 
591
		
592
		
592
		if (order.getOrderType().equals(OrderType.B2B)) {
593
		if (order.getOrderType().equals(OrderType.B2B)) {