From: Roland Häder Date: Fri, 29 Apr 2016 08:32:38 +0000 (+0200) Subject: opps, missed to add creation timestamp X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d88e3b7bb59baca87f0cfcbffe799d5a44fbecf;p=pizzaservice-ejb.git opps, missed to add creation timestamp Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java b/src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java index ddba1e8..edd7bcf 100644 --- a/src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java +++ b/src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java @@ -97,6 +97,7 @@ public class PizzaAdminCustomerSessionBean extends BasePizzaDatabaseBean impleme // Set created timestamp contact.setContactCreated(new GregorianCalendar()); + customer.setCustomerCreated(new GregorianCalendar()); // Set all "created" timestamps this.setAllContactPhoneEntriesCreated(contact);