BillingData: Fix setter for ConsiderAutoBusinessShares
This commit is contained in:
@ -44,7 +44,7 @@ namespace Elwig.Helpers.Billing {
|
|||||||
}
|
}
|
||||||
public bool ConsiderAutoBusinessShares {
|
public bool ConsiderAutoBusinessShares {
|
||||||
get => GetConsider("consider_auto_business_shares");
|
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) {
|
private bool GetConsider(string name, string? wgMasterName = null) {
|
||||||
|
Reference in New Issue
Block a user