diff --git a/lib/mv_web/live/member_live/index/field_visibility.ex b/lib/mv_web/live/member_live/index/field_visibility.ex index 6427d4c..7b54bba 100644 --- a/lib/mv_web/live/member_live/index/field_visibility.ex +++ b/lib/mv_web/live/member_live/index/field_visibility.ex @@ -28,8 +28,8 @@ defmodule MvWeb.MemberLive.Index.FieldVisibility do alias Mv.Membership.Helpers.VisibilityConfig # Single UI key for "Membership Fee Status"; only this appears in the dropdown. - # Groups is also a pseudo field (not a DB attribute, but displayed in the table). - @pseudo_member_fields [:membership_fee_status, :groups] + # Groups and membership_fee_type are also pseudo fields (not in member_fields(), displayed in the table). + @pseudo_member_fields [:membership_fee_status, :membership_fee_type, :groups] # Export/API may accept this as alias; must not appear in the UI options list. @export_only_alias :payment_status