Skip to content

Commit 9c286cb

Browse files
Add frequency.meaning to formulary store (#897)
1 parent 66135c6 commit 9c286cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ehr/resources/web/ehr/DataEntryUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ EHR.DataEntryUtils = new function(){
728728
type: 'labkey-store',
729729
schemaName: 'ehr_lookups',
730730
queryName: 'drug_defaults',
731-
columns: 'code,code/meaning,dosage,dosage_units,concentration,conc_units,amount,amount_units,amount_rounding,volume,vol_units,volume_rounding,route,frequency,duration,remark,offset',
731+
columns: 'code,code/meaning,dosage,dosage_units,concentration,conc_units,amount,amount_units,amount_rounding,volume,vol_units,volume_rounding,route,frequency,frequency/meaning,duration,remark,offset',
732732
sort: 'code',
733733
storeId: storeId,
734734
autoLoad: true,

0 commit comments

Comments
 (0)