diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js index bf71d5df..8d039b68 100755 --- a/edivorce/apps/core/static/js/main.js +++ b/edivorce/apps/core/static/js/main.js @@ -588,23 +588,6 @@ $(function () { populateChildrenFactSheets(); }); - // check who has sole custody - $('input[name="__claimant_children"]').each(function() { - var children = JSON.parse($(this).val()); - var youHaveSoleCustody = children.every(function(child){ - return child.child_live_with === 'Lives with you'; - }); - var spouseHasSoleCustody = children.every(function(child){ - return child.child_live_with === 'Lives with spouse'; - }); - - if (youHaveSoleCustody || spouseHasSoleCustody) { - $('#monthly_amount_question').show(); - } else { - $('#monthly_amount_question').hide(); - } - }); - var payorCallback = function() { var claimant = $(this).val(); diff --git a/edivorce/apps/core/templates/question/06_children_income_expenses.html b/edivorce/apps/core/templates/question/06_children_income_expenses.html index aec89d60..d0597eb7 100644 --- a/edivorce/apps/core/templates/question/06_children_income_expenses.html +++ b/edivorce/apps/core/templates/question/06_children_income_expenses.html @@ -9,8 +9,8 @@ {% block content %}
Under the Federal Guidelines, you can do one of the following:
NOTE: If you have a Separation Agreement or Court Order that deals with special and extraordinary expenses, you may wish NOT to select this option. @@ -305,9 +306,12 @@
Since you have indicated that there are special or extraordinary expenses, we need you to answer the next set of questions.
+ {% if special_extraordinary_expenses_details_error %}+ * At least one of these values must be greater than 0 +
{% endif %}