EditBillingData: Use 140 as upper boundary
This commit is contained in:
@ -68,7 +68,7 @@ namespace Elwig.Helpers.Billing {
|
||||
return dict3
|
||||
.Select(e => new GraphEntry(e.Key, curves[e.Key], e.Value
|
||||
.Select(s => new ContractSelection(vars[s[..2]], s.Length > 2 ? attrs[s[2..]] : null))
|
||||
.ToList(), 50, 120))
|
||||
.ToList(), 50, 140))
|
||||
.ToList();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user