Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 5172

Show
Ignore:
Timestamp:
08/05/08 10:09:04 (5 months ago)
Author:
tmdugan
Message:

-- atd

* fixed a bug that was causing child answers to have values that should have been null

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/atd/src/org/openmrs/module/atd/TeleformTranslator.java

    r4961 r5172  
    357357                for(FormField currFormField:fieldToResult.keySet()) 
    358358                { 
     359                        resultString = null; 
    359360                        String fieldName = currFormField.getField().getName(); 
    360361                        Object fieldResult = fieldToResult.get(currFormField);