Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
PT-1995: Multiple external IDs per patient
Browse files Browse the repository at this point in the history
Filtering shouldn't require specifying the label first
  • Loading branch information
sdumitriu committed Dec 21, 2017
1 parent 676f317 commit e8364e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@
#end
##
#macro (__filters_LabeledEidValue $label $field_name $eidClass)
{{html clean="false"}}<label>$label <input type="text" value="" name="${field_name}" /></label><input type="hidden" value="$eidClass" name="${field_name}/class" /><input type="hidden" value="label" name="${field_name}/dependsOn" />{{/html}}
{{html clean="false"}}<label>$label <input type="text" value="" name="${field_name}" /></label><input type="hidden" value="$eidClass" name="${field_name}/class" />{{/html}}
#end
##
#macro (__filters_LabeledEidOptions)
Expand Down

0 comments on commit e8364e8

Please sign in to comment.