Skip to content

Commit

Permalink
Update date for build
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlogan committed Jan 3, 2025
1 parent 7d66972 commit cfd2082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onprc_ehr/src/org/labkey/onprc_ehr/ONPRC_EHRModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public String toString()
//Added: 5/23/2019 Kolli
EHRService.get().registerFormType(new DefaultDataEntryFormFactory(PMICRequestFormType.class, this));

//Added: 4/8/2024 Kolli
//Added: 1/3/2025 Kolli
EHRService.get().registerFormType(new DefaultDataEntryFormFactory(ColonyRequestFormType.class, this));

//Added: 1/13/2021 Kolli
Expand Down

0 comments on commit cfd2082

Please sign in to comment.