BillingData: Fix setter for ConsiderAutoBusinessShares

This commit is contained in:
2024-01-17 17:37:08 +01:00
parent 9eb013ce11
commit 668eb9a2d0

View File

@ -44,7 +44,7 @@ namespace Elwig.Helpers.Billing {
}
public bool ConsiderAutoBusinessShares {
get => GetConsider("consider_auto_business_shares");
set => SetConsider(value, "consider_total_penalty");
set => SetConsider(value, "consider_auto_business_shares");
}
private bool GetConsider(string name, string? wgMasterName = null) {