Browse Source

Merge pull request #15 from bcgov/DIV-877

DIV-877: Removed by claimant from child support amount question.
pull/160/head
Charles Shin 7 years ago
committed by GitHub
parent
commit
4a6ab79b29
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/templates/question/06_children_income_expenses.html
  2. +1
    -1
      edivorce/fixtures/Question.json

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

@ -210,7 +210,7 @@
<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>
of the guidelines) that is payable by claimant?</h3>
of the guidelines) that is payable?</h3>
<div class="dollar-prefix">
{% money_input_field name="payor_monthly_child_support_amount" class="money positive-float form-block response-textbox children-input-block" data_mirror="true" data_mirror_target="#child_support_amount_label" %}
</div>


+ 1
- 1
edivorce/fixtures/Question.json View File

@ -1775,7 +1775,7 @@
},
{
"fields": {
"name": "What is the monthly child support amount (as per Schedule 1 of the guidelines) that is payable by claimant?",
"name": "What is the monthly child support amount (as per Schedule 1 of the guidelines) that is payable?",
"description": "For Step 6, Your children - Income & expenses",
"summary_order": 0,
"required": "Required"


Loading…
Cancel
Save