Billing: honor gebunden field
This commit is contained in:
@ -35,7 +35,7 @@ namespace Elwig.Windows {
|
||||
Mouse.OverrideCursor = Cursors.AppStarting;
|
||||
var b = new Billing(year);
|
||||
await b.FinishSeason();
|
||||
await b.CalculateBins();
|
||||
await b.CalculateBins(true, false, false);
|
||||
Mouse.OverrideCursor = null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user