mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 09:38:09 -05:00
fix remainder goal (#3822)
This commit is contained in:
@@ -202,7 +202,7 @@ export class CategoryTemplate {
|
||||
private priorities: number[] = [];
|
||||
private remainderWeight: number = 0;
|
||||
private toBudgetAmount: number = 0; // amount that will be budgeted by the templates
|
||||
private fullAmount: number = 0; // the full requested amount
|
||||
private fullAmount: number = null; // the full requested amount, start null for remainder only cats
|
||||
private isLongGoal: boolean = null; //defaulting the goals to null so templates can be unset
|
||||
private goalAmount: number = null;
|
||||
private fromLastMonth = 0; // leftover from last month
|
||||
|
||||
Reference in New Issue
Block a user