Add SIRET Type De Champ
This commit is contained in:
parent
0b79a3d79d
commit
45ef32e6d9
18 changed files with 210 additions and 5 deletions
|
@ -6,6 +6,10 @@ module TypeDeChampHelper
|
|||
tdcs.reject! { |tdc| tdc.last == "piece_justificative" }
|
||||
end
|
||||
|
||||
if !current_administrateur.feature_enabled?(:champ_siret_allowed)
|
||||
tdcs.reject! { |tdc| tdc.last == "siret" }
|
||||
end
|
||||
|
||||
tdcs
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue