You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version is using the group name to define it.
def agile_alliance_discount_group
registration_groups.find_by(name: 'Membros da Agile Alliance')
end
The AA integration is very strong in our domain, so it may make sense to use a boolean field to configure a group that serves to provide discount to AA members.
The text was updated successfully, but these errors were encountered:
The current version is using the group name to define it.
The AA integration is very strong in our domain, so it may make sense to use a boolean field to configure a group that serves to provide discount to AA members.
The text was updated successfully, but these errors were encountered: