Skip to content

Commit f9d2686

Browse files
authored
Merge pull request #5 from unicef-polymer/update-planned-budget
[ch24259]Update PlannedBudget
2 parents 302f3c7 + 9252ae5 commit f9d2686

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unicef-polymer/etools-types",
33
"description": "Etools types",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"contributors": [
66
"eTools Team"
77
],

src/models-and-classes/intervention.classes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ export class PlannedBudget {
7575
total_local?: number;
7676
total_unicef_contribution_local?: number;
7777
total_cash_local?: number;
78+
total_hq_cash_local?: number;
79+
total_unicef_cash_local_wo_hq?: number;
7880
}
7981

8082
export class InterventionAttachment {

0 commit comments

Comments
 (0)