Made forecast-period conditionCode optional
This commit is contained in:
@@ -10,7 +10,9 @@ Periods: {{len .Data.Periods}}
|
||||
{{- if $period.Name}}
|
||||
Name: {{$period.Name}}
|
||||
{{- end}}
|
||||
{{- if $period.ConditionCode}}
|
||||
Condition Code: {{$period.ConditionCode}}
|
||||
{{- end}}
|
||||
{{- if $period.TextDescription}}
|
||||
Summary: {{$period.TextDescription}}
|
||||
{{- end}}
|
||||
|
||||
Reference in New Issue
Block a user