From f830809f83dce106c4950c0811bad4c726fa86d4 Mon Sep 17 00:00:00 2001 From: ariannedee Date: Wed, 26 Aug 2020 11:34:08 -0700 Subject: [PATCH] Add a couple questions back in that get saved to db (but come from pre-populated sources). --- edivorce/fixtures/Question.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index 5aa27eab..a38cb7d8 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -1468,6 +1468,18 @@ "model": "core.question", "pk": "additional_relevant_spouse_children_info" }, +{ + "fields": { + "name": "Difference between Guidelines table amounts", + "description": "For Step 6, Your children - Your children - Fact Sheet B Shared Custody", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "claimant_children", + "reveal_response": "" + }, + "model": "core.question", + "pk": "difference_payment_amounts_b" +}, { "fields": { "name": "What is the 'Guideline' amount for child support payable by you (as per Federal Child Support Tables)?", @@ -1516,6 +1528,18 @@ "model": "core.question", "pk": "number_of_children_claimant_spouse" }, +{ + "fields": { + "name": "Difference between Guidelines table amounts", + "description": "For Step 6, Your children - Your children - Fact Sheet C Split Custody", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "claimant_children", + "reveal_response": "" + }, + "model": "core.question", + "pk": "difference_payment_amounts_c" +}, { "fields": { "name": "Do you and your spouse agree that the monthly Guidelines table amount for child support is appropriate?",