]> git.mxchange.org Git - pizzaservice-ejb.git/commitdiff
opps, missed to add creation timestamp
authorRoland Häder <roland@mxchange.org>
Fri, 29 Apr 2016 08:32:38 +0000 (10:32 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 29 Apr 2016 18:38:05 +0000 (20:38 +0200)
Signed-off-by: Roland Häder <roland@haeder.net>
src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java

index ddba1e8c40147782f949eeaa65f5e5bc8fc3e7fc..edd7bcfd2dd48a4beafb337648869c37150a853d 100644 (file)
@@ -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);