]> git.mxchange.org Git - jcustomer-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 27 Apr 2018 22:53:12 +0000 (00:53 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 27 Apr 2018 22:53:12 +0000 (00:53 +0200)
- "created" timestamps should never be copied

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcustomercore/model/customer/Customers.java

index 236cdb659b7c044c82cd0b15a98bad296cdbeeca..baf9a8d4409dba732b325ece31a8c69a5bc3b884 100644 (file)
@@ -89,7 +89,6 @@ public class Customers {
                // Copy all fields
                targetCustomer.setCustomerAccountStatus(sourceCustomer.getCustomerAccountStatus());
                targetCustomer.setCustomerContact(sourceCustomer.getCustomerContact());
-               targetCustomer.setCustomerCreated(sourceCustomer.getCustomerCreated());
                targetCustomer.setCustomerId(sourceCustomer.getCustomerId());
                targetCustomer.setCustomerLastLocked(sourceCustomer.getCustomerLastLocked());
                targetCustomer.setCustomerLastLockedReason(sourceCustomer.getCustomerLastLockedReason());