Skip to content

Commit

Permalink
Merge pull request #1096 from unicef/develop
Browse files Browse the repository at this point in the history
Develop -> Master 20190312 (Hot fix)
  • Loading branch information
n1207n authored Mar 12, 2019
2 parents 3b6d1de + efb4011 commit 044c033
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,11 @@ <h4>Percentage funded by:</h4>
break;

default:
// noop
// For zero disaggregated data reporting, re-assign updated component totals
// with local copy of totals.
// Otherwise component totals get overwritten
// by undefined local copy of totals
totals = this.get(['totals']);
break;
}

Expand Down

0 comments on commit 044c033

Please sign in to comment.