component-test/src/main/java/org/apache/fineract/cn/office/EmployeeApiDocumentation.java [82:89]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.organizationManager.createOffice(office);
    this.eventRecorder.wait(EventConstants.OPERATION_POST_OFFICE, office.getIdentifier());

    ContactDetail firstContact = new ContactDetail();
    firstContact.setType(ContactDetail.Type.MOBILE.name());
    firstContact.setGroup(ContactDetail.Group.PRIVATE.name());
    firstContact.setValue("677889900");
    firstContact.setPreferenceLevel(new Integer(1));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/office/EmployeeApiDocumentation.java [162:169]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.organizationManager.createOffice(office);
    this.eventRecorder.wait(EventConstants.OPERATION_POST_OFFICE, office.getIdentifier());

    ContactDetail firstContact = new ContactDetail();
    firstContact.setType(ContactDetail.Type.MOBILE.name());
    firstContact.setGroup(ContactDetail.Group.PRIVATE.name());
    firstContact.setValue("677889900");
    firstContact.setPreferenceLevel(new Integer(1));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



