]> git.mxchange.org Git - jfinancials-core.git/blobdiff - src/org/mxchange/jfinancials/model/receipt/Receipts.java
Updated JAR(s)
[jfinancials-core.git] / src / org / mxchange / jfinancials / model / receipt / Receipts.java
index 70664c0ea3afb04a08836e61104d7780bb574af1..ba8f72f343adbbc8e7ead0ffd5b821e25f2edb53 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2022 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -85,6 +85,7 @@ public class Receipts implements Serializable {
                targetReceipt.setReceiptIssued(sourceReceipt.getReceiptIssued());
                targetReceipt.setReceiptNumber(sourceReceipt.getReceiptNumber());
                targetReceipt.setReceiptPaymentType(sourceReceipt.getReceiptPaymentType());
+               targetReceipt.setReceiptQrCode(sourceReceipt.getReceiptQrCode());
                targetReceipt.setReceiptRegisterNumber(sourceReceipt.getReceiptRegisterNumber());
                targetReceipt.setReceiptSellerEmployee(sourceReceipt.getReceiptSellerEmployee());
                targetReceipt.setReceiptSequenceNumber(sourceReceipt.getReceiptSequenceNumber());