Subversion Repositories SmartDukaan

Rev

Rev 9338 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9338 Rev 13277
Line 36... Line 36...
36
			log.error("Exception : Getting Transaction Client",e);
36
			log.error("Exception : Getting Transaction Client",e);
37
		}
37
		}
38
		Order order = null;
38
		Order order = null;
39
		if(transactionServiceClient!=null){
39
		if(transactionServiceClient!=null){
40
			try {
40
			try {
41
				order = transactionServiceClient.getClient().getOrderForAirwayBillNo(id);
41
				order = transactionServiceClient.getClient().getOrderForAirwayBillNo(id).get(0);
42
			} catch (TransactionServiceException e) {
42
			} catch (TransactionServiceException e) {
43
				log.error("Exception : Getting Transaction Service Exception",e);
43
				log.error("Exception : Getting Transaction Service Exception",e);
44
			} catch (TException e) {
44
			} catch (TException e) {
45
				log.error("Exception : Getting Transaction Service TException",e);
45
				log.error("Exception : Getting Transaction Service TException",e);
46
			}
46
			}