Skip to content

Commit

Permalink
add beans for ipd schedulers
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitha-sundararajan committed Sep 12, 2024
1 parent e4537a9 commit 8526576
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/src/main/resources/moduleApplicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,7 @@
</property>
</bean>

<bean id="shiftStartTasks" class="org.openmrs.module.ipd.api.scheduler.tasks.ShiftStartTasks"/>
<bean id="rollOverNonMedicationTasks" class="org.openmrs.module.ipd.api.scheduler.tasks.RollOverNonMedicationTasks"/>

</beans>

0 comments on commit 8526576

Please sign in to comment.