From d148cac86748fedd0d14a0446e15c0f62e3e2094 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 4 Sep 2018 09:43:43 +0200 Subject: [PATCH] =?UTF-8?q?-=20ch=C3=A8ques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/public/product_orders/select_payment.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public/product_orders/select_payment.html.haml b/app/views/public/product_orders/select_payment.html.haml index 1090640..0a03d96 100755 --- a/app/views/public/product_orders/select_payment.html.haml +++ b/app/views/public/product_orders/select_payment.html.haml @@ -55,7 +55,7 @@ - =f.input :product_order_payment_type_ok_id, :label => false, :collection => [["Chèque",1], ["Virement",2],["Carte bancaire",3],["Mandat administratif",4]], :as => :radio, :include_blank => false #["Pré-commande",10] + =f.input :product_order_payment_type_ok_id, :label => false, :collection => [ ["Virement",2],["Carte bancaire",3],["Mandat administratif",4]], :as => :radio, :include_blank => false #["Pré-commande",10] ["Chèque",1], .cb_infos