]> git.mxchange.org Git - jfinancials-core.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 24 Apr 2020 16:25:44 +0000 (18:25 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 24 Apr 2020 16:25:44 +0000 (18:25 +0200)
- ops, tpzo fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java

index eb8ffc66648fedba5b3759cc3d9f38fe6452ee58..b882db42ce3ec4a273c68393d62f4af7bd769574 100644 (file)
@@ -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;
 
        /**