Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/06/08 17:17:55 (5 months ago)
Author:
mseaton
Message:

synchronization_bidirectional_branch: merge from [4734] to [5181].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/impl/ObsServiceImpl.java

    r4969 r5183  
    9999            // void out the original observation to keep it around for 
    100100            // historical purposes 
    101             Context.addProxyPrivilege(OpenmrsConstants.PRIV_DELETE_OBS); 
    102101            try { 
     102                Context.addProxyPrivilege(OpenmrsConstants.PRIV_DELETE_OBS); 
     103                 
    103104                String reason = changeMessage + " (new obsId: " + newObs.getObsId() + ")"; 
    104105