Skip to content

Commit 712d83f

Browse files
committedMar 30, 2014
Fixed Order.frequency name in Order.hbm file
1 parent c07efc0 commit 712d83f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎api/src/main/resources/org/openmrs/api/db/hibernate/Order.hbm.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@
120120
</property>
121121
<property name="clinicalHistory" type="java.lang.String" column="clinical_history" length="65535" />
122122
<property name="numberOfRepeats" type="int" column="number_of_repeats"/>
123-
<many-to-one name="frequency" class="org.openmrs.OrderFrequency">
124-
<column name="order_frequency"/>
125-
</many-to-one>
123+
<many-to-one name="frequency" class="org.openmrs.OrderFrequency" />
126124

127125
</joined-subclass>
128126
</class>

0 commit comments

Comments
 (0)
Please sign in to comment.