=== modified file 'dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/program/DefaultProgramPatientAttributeService.java' --- dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/program/DefaultProgramPatientAttributeService.java 2014-01-07 08:22:52 +0000 +++ dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/program/DefaultProgramPatientAttributeService.java 2014-01-08 18:51:56 +0000 @@ -30,13 +30,12 @@ import java.util.Collection; import org.hisp.dhis.patient.PatientAttribute; +import org.springframework.transaction.annotation.Transactional; /** * @author Chau Thu Tran - * - * @version $ DefaultProgramPatientAttributeService.java Jan 7, 2014 10:07:21 AM - * $ */ +@Transactional public class DefaultProgramPatientAttributeService implements ProgramPatientAttributeService {