Subversion Repositories SmartDukaan

Rev

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

Rev 7410 Rev 10120
Line 63... Line 63...
63
	public void updateTransferLotStatus(long id,
63
	public void updateTransferLotStatus(long id,
64
			TransferLotStatus status) {
64
			TransferLotStatus status) {
65
		transferLotMapper.updateTransferLotStatus(id, status);
65
		transferLotMapper.updateTransferLotStatus(id, status);
66
	}
66
	}
67
 
67
 
-
 
68
	public void markTransferLotAsReceivedPartial(long id, String remoteTransferRefNumber){
-
 
69
		transferLotMapper.markTransferLotAsReceivedPartial(id, remoteTransferRefNumber);
-
 
70
	}
68
    
71
    
69
}
72
}