Browse Source

DIV-739: Only show schedule 1 payor amount if claiming undue hardship

pull/160/head
Benard Ebinu 7 years ago
parent
commit
978081ab0b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      edivorce/apps/core/templates/question/06_children_payor_medical.html

+ 2
- 1
edivorce/apps/core/templates/question/06_children_payor_medical.html View File

@ -63,6 +63,7 @@
</div>
</div>
{% if claiming_undue_hardship == 'NO' %}
<div class="question-well" id="monthly_amount_question" hidden>
<h3>What is the monthly child support amount (as per
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-5.html#h-9" target="_blank">Schedule 1</a>
@ -159,7 +160,7 @@
</div>
</div>
</div>
{% endif %}
<div class="question-well">
<h3>What is the monthly child support amount
<span class="tooltip-link"


Loading…
Cancel
Save