Subversion Repositories SmartDukaan

Rev

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

Rev 8112 Rev 8113
Line 356... Line 356...
356
		titleBarTable.addCell(" ");
356
		titleBarTable.addCell(" ");
357
		
357
		
358
		table.addCell(titleBarTable);
358
		table.addCell(titleBarTable);
359
		table.addCell(dispatchTable);
359
		table.addCell(dispatchTable);
360
		table.addCell(invoiceTable);
360
		table.addCell(invoiceTable);
361
		table.addCell(new Phrase("If undelivered, return to:", helvetica10));
-
 
362
		table.addCell(addressAndNoteTable);
361
		table.addCell(addressAndNoteTable);
363
		return table;
362
		return table;
364
	}
363
	}
365
 
364
 
366
	private void addLogoTable(PdfPTable logoTable,Order order) {
365
	private void addLogoTable(PdfPTable logoTable,Order order) {