Changeset 3783
- Timestamp:
- 04/01/08 11:45:45 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/dss/src/org/openmrs/module/dss/impl/DssServiceImpl.java
r3756 r3783 291 291 databaseRule.setRuleType(rule.getType()); 292 292 databaseRule.setTokenName(tokenName); 293 //TO DO: Fix this later, but for now set the rule type to be tokenName - Vibha 294 databaseRule.setRuleType(tokenName); 295 293 294 if(rule.getType() == null) 295 { 296 //TO DO: Fix this later, but for now set the rule type to be tokenName - Vibha 297 databaseRule.setRuleType(tokenName); 298 } 296 299 297 300 if(update)