Skip to content

Commit

Permalink
Merge pull request #950 from NSSuresh11/OLE-9063
Browse files Browse the repository at this point in the history
OLE-9063 : Lost Extent of Ownership default type
  • Loading branch information
sheiksalahudeen committed Dec 16, 2016
2 parents d8edfb1 + 2e0a39b commit 91bcc06
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ public class TypeOfOwnership extends KeyValuesBase {
public List<KeyValue> getKeyValues() {
List<KeyValue> options = new ArrayList<KeyValue>();
Collection<OleTypeOfOwnership> typeOfOwnerships = KRADServiceLocator.getBusinessObjectService().findAll(OleTypeOfOwnership.class);
options.add(new ConcreteKeyValue("", ""));
// options.add(new ConcreteKeyValue("", ""));
for (OleTypeOfOwnership type : typeOfOwnerships) {
options.add(new ConcreteKeyValue(type.getTypeOfOwnershipCode(), type.getTypeOfOwnershipName()));
}
Expand Down

0 comments on commit 91bcc06

Please sign in to comment.