]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 18 Apr 2020 13:51:38 +0000 (15:51 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Apr 2020 13:51:38 +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/financial/BaseFinancialsProjectEnterpriseBean.java

index 4865a6e111c69c1ba3c6c52cee882e93d03f89fe..9e3f3e32e4f00b9f9a29dc2edc8d0cbc193dfd86 100644 (file)
@@ -75,7 +75,7 @@ public abstract class BaseFinancialsProjectEnterpriseBean extends BaseFinancials
                this.getLoggerBeanLocal().logDebug(MessageFormat.format("mergeReceipt: foundReceipt.receiptId={0}", foundReceipt.getReceiptId())); //NOI18N
 
                // Copy all
-               Receipts.copyAll(detachedReceipt, foundReceipt);
+               Receipts.copyReceiptData(detachedReceipt, foundReceipt);
 
                // Merge receipt instance
                final BillableReceipt managedReceipt = this.getEntityManager().merge(foundReceipt);