- "created" timestamps should never be copied
Signed-off-by: Roland Häder <roland@mxchange.org>
// 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());