Subversion Repositories SmartDukaan

Rev

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

Rev 19513 Rev 19515
Line 963... Line 963...
963
	                providerInfoTable.addCell(new Phrase("Account No : " + detail.getAccountNo(), helvetica8));
963
	                providerInfoTable.addCell(new Phrase("Account No : " + detail.getAccountNo(), helvetica8));
964
	            }
964
	            }
965
	        }
965
	        }
966
        }
966
        }
967
        else{
967
        else{
-
 
968
        	if(order.getLogistics_provider_id()==7L){
968
        	providerInfoTable.addCell(new Phrase("STANDARD OVERNIGHT ", helvetica8));
969
        		providerInfoTable.addCell(new Phrase("STANDARD OVERNIGHT ", helvetica8));
-
 
970
        	}else{
-
 
971
        		providerInfoTable.addCell(new Phrase("FEDEX EXPRESS SAVER ", helvetica8));
-
 
972
        	}
969
        }
973
        }
970
        //End:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
974
        //End:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
971
		Date awbDate;
975
		Date awbDate;
972
		if(order.getBilling_timestamp() == 0){
976
		if(order.getBilling_timestamp() == 0){
973
			awbDate = new Date();
977
			awbDate = new Date();