mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-25 05:54:03 -05:00
* [AI] Fix budget templates with a priority not allocating funds in tracking budgets Tracking budgets never define a `to-budget` sheet cell (only envelope budgets do), so the priority-tier engine always saw $0 available and clamped every priority>0 template to 0. Seed the pool from `total-saved` instead when in tracking mode, since it's the structural analog (budgeted income minus budgeted expenses) and preserves genuine priority-tier competition rather than disabling the clamp outright. Fixes #8422 * Trigger Build * Trigger Build * Trigger Build