Changeset 5113
- Timestamp:
- 07/31/08 18:26:05 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/chica/ruleLibrary/consumeWeight.java
r5008 r5113 123 123 ConceptService conceptService = Context.getConceptService(); 124 124 125 if(primaryResult == null && secondaryResult == null){ 126 return Result.emptyResult(); 127 } 128 125 129 if(primaryResult == null || primaryResult.length() == 0) 126 130 {