From 2867ad27ab400325454addc40fee4467b7626785 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 5 Jun 2016 23:35:15 +0200 Subject: [PATCH] besoins multidomaines --- app/views/admin/customers/_form.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]