(vo.getValueDOC19()==null && vo.getPayedValueDOC19()!=null ||
vo.getValueDOC19()!=null && vo.getPayedValueDOC19()==null ||
vo.getValueDOC19()!=null && !vo.getValueDOC19().equals(vo.getPayedValueDOC19())) &&
(vo.getRoundingAccountCodeAcc02DOC19()==null || vo.getRoundingAccountCodeAcc02DOC19().equals(""))
) {
return new ErrorResponse("you need to specify a rounding account code");
}
}
return ClientUtils.getData("updateExpirations",new ArrayList[]{oldPersistentObjects,persistentObjects});
}