Skip to content

Commit

Permalink
Fixed approvaldata mediatype
Browse files Browse the repository at this point in the history
  • Loading branch information
cudevmaxwell committed Oct 4, 2018
1 parent 4aa3569 commit c0d18c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ func NewDissertation() *Dissertation {
}
d.Person.Sequence = "first"
d.Person.ContributorRole = "author"
d.ApprovalDate.MediaType = "electronic"
d.ApprovalDate.MediaType = "online"
return d
}

0 comments on commit c0d18c9

Please sign in to comment.