]> git.mxchange.org Git - jjobs-ejb.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 23 Aug 2016 09:52:28 +0000 (11:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 24 Aug 2016 19:32:39 +0000 (21:32 +0200)
- unset mobile number, not land-line

src/java/org/mxchange/jcontacts/phone/JobsAdminContactPhoneSessionBean.java

index 7ef1b65e2a59f4c391900cdd4d029aef10a0eea8..a1cccd8e47113ee32d45b62356adf1ed78587471 100644 (file)
@@ -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