Skip to content

Commit

Permalink
Merge pull request #15222 from 19ATF77/Constituent_Summary_Fix
Browse files Browse the repository at this point in the history
Fixes inconsitency between constituency summary and constituency detail
  • Loading branch information
eileenmcnaughton authored Sep 5, 2019
2 parents bc523fd + 3f3293c commit fbbc5c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/CRM/Report/Form/Contact/Detail.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,10 @@
{/if}
{include file="CRM/Report/Form/ErrorMessage.tpl"}
</div>


{if $outputMode == 'print'}
<script type="text/javascript">
window.print();
</script>
{/if}

0 comments on commit fbbc5c7

Please sign in to comment.