Subversion Repositories SmartDukaan

Rev

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

Rev 18891 Rev 18892
Line 612... Line 612...
612
			}
612
			}
613
			
613
			
614
			
614
			
615
			if(logisticsTxnIdOrdersMap!=null && logisticsTxnIdOrdersMap.size()>0){
615
			if(logisticsTxnIdOrdersMap!=null && logisticsTxnIdOrdersMap.size()>0){
616
                for(String logisticsTxnId : logisticsTxnIdOrdersMap.keySet()){
616
                for(String logisticsTxnId : logisticsTxnIdOrdersMap.keySet()){
-
 
617
                	document.newPage();
617
                	List<Order> ordersList = logisticsTxnIdOrdersMap.get(logisticsTxnId);
618
                	List<Order> ordersList = logisticsTxnIdOrdersMap.get(logisticsTxnId);
618
					PdfPTable headerTable = new PdfPTable(1);
619
					PdfPTable headerTable = new PdfPTable(1);
619
	    	        headerTable.addCell(getInvoiceTableHeader(0,ordersList.get(0).getLogisticsTransactionId()));
620
	    	        headerTable.addCell(getInvoiceTableHeader(0,ordersList.get(0).getLogisticsTransactionId()));
620
					PdfPTable packagingTable = getPackagingInfoTable(ordersList);
621
					PdfPTable packagingTable = getPackagingInfoTable(ordersList);
621
					PdfPTable signTable = new PdfPTable(new float[]{0.1f, 0.8f, 0.1f});
622
					PdfPTable signTable = new PdfPTable(new float[]{0.1f, 0.8f, 0.1f});