Skip to content

Commit

Permalink
Fixed Order.frequency name in Order.hbm file
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Mar 30, 2014
1 parent c07efc0 commit 712d83f
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -120,9 +120,7 @@
</property>
<property name="clinicalHistory" type="java.lang.String" column="clinical_history" length="65535" />
<property name="numberOfRepeats" type="int" column="number_of_repeats"/>
<many-to-one name="frequency" class="org.openmrs.OrderFrequency">
<column name="order_frequency"/>
</many-to-one>
<many-to-one name="frequency" class="org.openmrs.OrderFrequency" />

</joined-subclass>
</class>
Expand Down

0 comments on commit 712d83f

Please sign in to comment.