update owner creation ui

This commit is contained in:
Dapeng 2016-09-19 17:11:29 +08:00
parent c77f86a72d
commit b3db40a266

View file

@ -109,7 +109,6 @@ public class OwnerResource {
ownerModel.setTelephone(ownerRequest.getTelephone()); ownerModel.setTelephone(ownerRequest.getTelephone());
this.clinicService.saveOwner(ownerModel); this.clinicService.saveOwner(ownerModel);
return ownerModel; return ownerModel;
// TODO: need to handle failure
} }