From c05884e6a7fb7639d83c3d0f7c0fd24df278d4e0 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Sun, 25 Feb 2018 21:54:21 -0800 Subject: [PATCH] DIV-813: Storing claimant suggested appropriate support amount --- .../core/templates/question/06_children_facts.html | 2 +- edivorce/fixtures/Question.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html index 2f65c074..a3d6c580 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -466,7 +466,7 @@

- {% money_input_field name="total_spouse_paid_child_support" class="fact-sheet-input money form-block response-textbox" %} + {% money_input_field name="appropriate_spouse_paid_child_support" class="fact-sheet-input money form-block response-textbox" %}

Please describe - Why do you think the court should approve your proposed amount? diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index 1ca81ac7..1bdcec2b 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -1506,6 +1506,17 @@ "model": "core.question", "pk": "agree_to_guideline_child_support_amount" }, +{ + "fields": { + "name": "What would be the appropriate amount?", + "description": "For Step 6, Your children - Income & expenses - Fact Sheet D Child(ren) 19 Years or Older", + "summary_order": 0, + "required": "Conditional", + "reveal_response": "" + }, + "model": "core.question", + "pk": "appropriate_spouse_paid_child_support" +}, { "fields": { "name": "Please describe - Why do you think the court should approve your proposed amount?",