mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
6 lines
131 B
Ruby
6 lines
131 B
Ruby
module EnterpriseFeesHelper
|
|
def enterprise_fee_type_options
|
|
EnterpriseFee::FEE_TYPES.map { |f| [f.capitalize, f] }
|
|
end
|
|
end
|