templates/html/_section.html.erb in health-data-standards-3.0.4 vs templates/html/_section.html.erb in health-data-standards-3.0.5

- old
+ new

@@ -11,10 +11,10 @@ <th class="narr_th" width="15%">Fields</th> </tr> </thead> <tbody> <% (entries.sort { |left,right| left.as_point_in_time <=> right.as_point_in_time }).each do |entry| %> - <%== render :partial => 'entry', :locals => {:entry => entry, code_map: code_map} %> + <%== render :partial => 'entry', :locals => {:entry => entry, code_map: code_map, by_encounter: by_encounter} %> <% end %> </tbody> </table> </div>