From b6c8349333b673f73b703da0de96b2a826579b32 Mon Sep 17 00:00:00 2001
From: Benard Ebinu
| + |
- {% money_input_field name="annual_gross_income" value="" class="fact-sheet-input" readonly="" %}
+ {% money_input_field name="annual_gross_income" value="" class="fact-sheet-input" %}
|
- + |
- {% money_input_field name="spouse_annual_gross_income" value="" class="fact-sheet-input" readonly="" %}
+ {% money_input_field name="spouse_annual_gross_income" value="" class="fact-sheet-input" %}
|
@@ -407,7 +405,7 @@
| - Amount of child support to be paid per month by < Claimant 1 or Claimant 2> + Amount of child support to be paid per month by {% if child_support_payor %}{{ child_support_payor|lower }}{% else %}the payor{% endif %} | {% input_field type="number" name="difference_between_claimants" value="" class="fact-sheet-input" readonly="" %} @@ -469,7 +467,7 @@ |
- {% money_input_field name="spouse_annual_income" class="fact-sheet-input money" %}
+ {% money_input_field name="spouse_annual_gross_income" class="fact-sheet-input money" %}
|
- {% money_input_field name="claimant_annual_income" class="fact-sheet-input money" %}
+ {% money_input_field name="annual_gross_income" class="fact-sheet-input money" %}
|
@@ -567,7 +565,7 @@