diff options
| author | Özgür Kesim <oec@codeblau.de> | 2024-11-28 14:37:59 +0100 | 
|---|---|---|
| committer | Özgür Kesim <oec@codeblau.de> | 2024-11-28 14:37:59 +0100 | 
| commit | d0ae494c7d0b9957a75f076bf1d07e3665718194 (patch) | |
| tree | aadf6f03bfda0bd28487614ca78637752d3d89c6 | |
| parent | 0ff7cb7e40c656e545494c62f2349bfd357fd317 (diff) | |
+readibility
| -rw-r--r-- | templates/report.t | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/report.t b/templates/report.t index 484141e..b42aabe 100644 --- a/templates/report.t +++ b/templates/report.t @@ -2,7 +2,8 @@ Project:     {{.Name}}  Grant:       {{.Grant}}  Start:       {{.Start}}  End:         {{.End}} -Beneficiary: {{.Beneficiary}}{{- $p := .}} +Beneficiary: {{.Beneficiary}} +{{- $p := . }}  # Planing  {{range $wp, $t := .Totals }}  | 
