From: Roland Häder Date: Tue, 23 Aug 2016 09:52:28 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ee165b872eb794c4a06b7f8d85cd48ae5fd00b1e;p=jjobs-ejb.git Please cherry-pick: - unset mobile number, not land-line --- diff --git a/src/java/org/mxchange/jcontacts/phone/JobsAdminContactPhoneSessionBean.java b/src/java/org/mxchange/jcontacts/phone/JobsAdminContactPhoneSessionBean.java index 7ef1b65..a1cccd8 100644 --- a/src/java/org/mxchange/jcontacts/phone/JobsAdminContactPhoneSessionBean.java +++ b/src/java/org/mxchange/jcontacts/phone/JobsAdminContactPhoneSessionBean.java @@ -506,7 +506,7 @@ public class JobsAdminContactPhoneSessionBean extends BaseJobsDatabaseBean imple Contact managedContact = this.getEntityManager().find(UserContact.class, contact.getContactId()); // Remove it from contact - managedContact.setContactLandLineNumber(null); + managedContact.setContactMobileNumber(null); // Trace message this.getLoggerBeanLocal().logTrace(MessageFormat.format("{0}.unlinkMobileDataFromContact: managedContact={1} - EXIT!", this.getClass().getSimpleName(), managedContact)); //NOI18N