We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738eb44 commit 8f8e873Copy full SHA for 8f8e873
src/JoinRpg.WebPortal.Models/CustomFieldsViewModels.cs
@@ -148,7 +148,7 @@ public FieldValueViewModel(
148
149
150
// Detecting if field (or its values) has a price or not
151
- HasPrice = ch.Field.SupportsPricing;
+ HasPrice = ch.Field.HasPrice;
152
153
//if not "HasValues" types, will be empty
154
ValueList = ch.GetDropdownValues()
0 commit comments