]> git.mxchange.org Git - pizzaservice-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:22:25 +0000 (21:22 +0200)
- unset mobile number, not land-line

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

index 1d83d18d7df622c6a3407067e3e64f8a870f4baf..61d9658110d3ade5a797c6c8c39cad0f68cb4784 100644 (file)
@@ -506,7 +506,7 @@ public class PizzaAdminContactPhoneSessionBean extends BasePizzaDatabaseBean imp
                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