From: Roland Häder Date: Fri, 24 Apr 2020 16:25:44 +0000 (+0200) Subject: Don't cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3e95f77ef7b12014471c63f0bea8e314a198a1de;p=jfinancials-core.git Don't cherry-pick: - ops, tpzo fixed Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java b/src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java index eb8ffc6..b882db4 100644 --- a/src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java +++ b/src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java @@ -101,7 +101,7 @@ public class FinancialReceipt implements BillableReceipt { */ @Basic (optional = false) @Temporal (TemporalType.TIMESTAMP) - @Column (name = "receipt_entrt_created", nullable = false) + @Column (name = "receipt_entry_created", nullable = false) private Date receiptEntryCreated; /**