]> git.mxchange.org Git - jjobs-war.git/commitdiff
cellphone is history, now there is mobile ... ;-)
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:23:36 +0000 (00:23 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:23:36 +0000 (00:23 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/contact/JobsAdminContactWebRequestBean.java
src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionBean.java

index 85b3fe4ca26b105420d8d0396231d980a590c016..1293d20d80201e3a2df92717ac274d3d0f2675be 100644 (file)
@@ -867,7 +867,7 @@ public class JobsAdminContactWebRequestBean extends BaseJobsController implement
                contact.setContactComment(this.getComment());
 
                // Update contact's mobile number
-               this.isMobileUnlinked = ContactUtils.updateCellPhoneNumber(contact, this.getMobileProvider(), this.getMobileNumber());
+               this.isMobileUnlinked = ContactUtils.updateMobileNumber(contact, this.getMobileProvider(), this.getMobileNumber());
 
                // Update contact's land-line number
                this.isLandLineUnlinked = ContactUtils.updateLandLineNumber(contact, this.getLandLineCountry(), this.getLandLineAreaCode(), this.getLandLineNumber());
index 91c9a9e8ef51d38d6cd82022fd4994631d8cedae..8fc2f45f61c114203a9a7e1106ccd8c166328ce9 100644 (file)
@@ -661,7 +661,7 @@ public class JobsContactWebSessionBean extends BaseJobsController implements Job
                contact.setContactCountry(this.getCountry());
 
                // Update contact's mobile number
-               this.isMobileUnlinked = ContactUtils.updateCellPhoneNumber(contact, this.getMobileProvider(), this.getMobileNumber());
+               this.isMobileUnlinked = ContactUtils.updateMobileNumber(contact, this.getMobileProvider(), this.getMobileNumber());
 
                // Update contact's land-line number
                this.isLandLineUnlinked = ContactUtils.updateLandLineNumber(contact, this.getLandLineCountry(), this.getLandLineAreaCode(), this.getLandLineNumber());