]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
Product-only:
authorRoland Häder <roland@mxchange.org>
Sat, 18 Apr 2020 13:51:24 +0000 (15:51 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Apr 2020 13:51:24 +0000 (15:51 +0200)
- updated JARs have new copyFooData() method names

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/enterprise/product/BaseFinancialsProductEnterpriseBean.java

index c73df0030f9ae8eb9f6fbed1e7253c14215afa63..3c5788bda7716901fb0fe6ce700d1956983136ae 100644 (file)
@@ -154,7 +154,7 @@ public abstract class BaseFinancialsProductEnterpriseBean extends BaseFinancials
                this.getLoggerBeanLocal().logDebug(MessageFormat.format("mergeProductData: foundProduct.productId={0}", foundProduct.getProductId())); //NOI18N
 
                // Copy all
-               Products.copyAll(detachedProduct, foundProduct);
+               Products.copyProductData(detachedProduct, foundProduct);
 
                // Merge product instance
                final Product managedProduct = this.getEntityManager().merge(foundProduct);