From 9659b6705723f0c9440a281a0907a7e70a9a9ac8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 26 Apr 2016 14:02:44 +0200 Subject: [PATCH] it works only otherwise ... --- .../model/customer/PizzaAdminCustomerSessionBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java b/src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java index 8d5a76f..30543e5 100644 --- a/src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java +++ b/src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java @@ -89,7 +89,7 @@ public class PizzaAdminCustomerSessionBean extends BasePizzaDatabaseBean impleme if (updatedContact instanceof Contact) { // Set all entries contact.setContactId(updatedContact.getContactId()); - this.setAllContactPhoneEntries(contact, updatedContact); + this.setAllContactPhoneEntries(updatedContact, contact); // Yes, then get updated version updatedContact = this.contactBean.updateContactData(contact); -- 2.39.2