From ac27b76a5a90bce1273e40c86bf29027f90ff9dd Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sat, 28 Apr 2018 00:53:12 +0200
Subject: [PATCH] Continued: - "created" timestamps should never be copied
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 src/org/mxchange/jcustomercore/model/customer/Customers.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/org/mxchange/jcustomercore/model/customer/Customers.java b/src/org/mxchange/jcustomercore/model/customer/Customers.java
index 236cdb6..baf9a8d 100644
--- a/src/org/mxchange/jcustomercore/model/customer/Customers.java
+++ b/src/org/mxchange/jcustomercore/model/customer/Customers.java
@@ -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());
-- 
2.39.5