From ee165b872eb794c4a06b7f8d85cd48ae5fd00b1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 23 Aug 2016 11:52:28 +0200 Subject: [PATCH] Please cherry-pick: - unset mobile number, not land-line --- .../jcontacts/phone/JobsAdminContactPhoneSessionBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5