Skip to content
Snippets Groups Projects
Commit 8995f02c authored by Martin Schmollinger's avatar Martin Schmollinger
Browse files

Set default status of a new domain to IN_PROCESS

parent 7d7a551d
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ public class Donation {
private double amount;
private boolean receiptRequested;
private String donorName;
private Status status;
private Status status = Status.IN_PROCESS;
@ManyToOne
private Campaign campaign;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment