Skip to content

Commit

Permalink
Merge pull request #65 from paragf/master
Browse files Browse the repository at this point in the history
made changes to show correct value for "approximate huts with individual toilet
  • Loading branch information
amarkamthe authored Apr 20, 2017
2 parents 7fe19d8 + 1ff6468 commit d87a0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reports/DrainageReport.rptdesign
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ row_count =1;]]></method>
row["facility_in_the_toilet_block_for_5_yr_age"] = jsonObject["facility_in_the_toilet_block_f"];
row["status_of_defecation"] = jsonObject["status_of_defecation"];
row["location_of_open_defecation_site"] = jsonObject["location_of_defecation"];
row["approximate_huts_with_individual_toilet"] = jsonObject["number_of_huts_in_settlement"];
row["approximate_huts_with_individual_toilet"] = jsonObject["percentage_with_individual_toilet"]==null ? '' : jsonObject["percentage_with_individual_toilet"];
//Waste Management Information
row["total_number_of_waste_container"] = jsonObject["total_number_of_waste_containe"];
Expand Down Expand Up @@ -1398,7 +1398,7 @@ return false;]]></method>
<property name="style">SectionlabelContainer</property>
<label id="334">
<property name="style">SectionLabel</property>
<text-property name="text">Approximate Area</text-property>
<text-property name="text">Approximate Area (sq. m.)</text-property>
</label>
</cell>
<cell id="208">
Expand Down

0 comments on commit d87a0af

Please sign in to comment.