Skip to content

Commit

Permalink
Fix more 08 phone numbers (hostolab#747)
Browse files Browse the repository at this point in the history
Co-authored-by: Germain Carré <[email protected]>
  • Loading branch information
mininao and carsso authored May 7, 2021
1 parent 5150ece commit 25a3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/vaccination_center.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class VaccinationCenter < ApplicationRecord
include HasPhoneNumberConcern
has_phone_number_types %i[fixed_line mobile voip premium_rate]
has_phone_number_types %i[fixed_line mobile voip premium_rate toll_free uan]
module Kinds
CABINET_INFIRMIER = "Cabinet infirmier"
CABINET_MEDICAL = "Cabinet médical"
Expand Down

0 comments on commit 25a3b2e

Please sign in to comment.