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

Commit

Permalink
Merge pull request #426 from kushal124/iss423
Browse files Browse the repository at this point in the history
Issue #423: Unneeded consecutive separator lines are displayed when viewing a record with missing information
Fixed.
  • Loading branch information
sdumitriu committed Apr 25, 2013
2 parents 7a19cfa + 6591622 commit b711b22
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -5328,12 +5328,12 @@ table.extradata-list td.bmi_percentile {
#end

#if ("$!activeFields.contains('age_of_onset')" != 'false')
----
#if($doc.display('age_of_onset') != '')----#end
#__displayIfNotEmpty('age_of_onset')
#end
(% class="clear" %)((()))
#if ("$!activeFields.contains('indication_for_referral')" != 'false')
----
#if($xcontext.action == 'edit' || ($doc.display('indication_for_referral') != ''))----#end
#__displayIfNotEmpty('indication_for_referral')
#end
)))##chapter
Expand Down

0 comments on commit b711b22

Please sign in to comment.