Commit d7b6dd8
Fix travel and cost totals for 3-year (and 10-year) budgets
The Cumulative sheet total column is not fixed at col 36 — it follows
the pattern 11 + (years * 5), giving col 26 for 3-year and col 61 for
10-year templates. Hardcoding 36 caused all totals to read as zero for
any non-5-year budget.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 37a69a3 commit d7b6dd8
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
383 | 384 | | |
384 | 385 | | |
385 | 386 | | |
| |||
517 | 518 | | |
518 | 519 | | |
519 | 520 | | |
| 521 | + | |
| 522 | + | |
520 | 523 | | |
521 | 524 | | |
522 | | - | |
523 | | - | |
| 525 | + | |
524 | 526 | | |
525 | 527 | | |
526 | 528 | | |
| |||
0 commit comments