diff --git a/app/views/admin/customers/_form.html.haml b/app/views/admin/customers/_form.html.haml
index 230741f..755f66d 100755
--- a/app/views/admin/customers/_form.html.haml
+++ b/app/views/admin/customers/_form.html.haml
@@ -16,7 +16,7 @@
=f.input :phone, :label => "Tél : "
=f.input :password, :label => "Mot de passe : "
- =f.hidden_field :step2
+ =#f.hidden_field :step2
=f.input :tva_number, :label => "Numéro de TVA intra. :"
=f.input :siret, :label => "Numéro de siret :"
= f.input :address, :label => "Adresse"
@@ -25,7 +25,7 @@
= f.input :city, :label => "Ville"
- =f.hidden_field :step3
+ =#f.hidden_field :step3
=f.input :need_1, :label => "1er besoin : ",:as => :select, :collection => [ "Materiel professionnel", "Matériel informatique", "Achat de véhicules", "Energie"]
=f.input :need_2, :label => "2ième besoin : ",:as => :select, :collection => [ "Materiel professionnel", "Matériel informatique", "Achat de véhicules", "Energie"]