From 4e9665c8b8d43fa311284bc9edfb9cfa6a6d3912 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 4 Sep 2018 12:20:22 +0200 Subject: [PATCH] suite --- 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 0a03d96..45d9dd9 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 => [ ["Virement",2],["Carte bancaire",3],["Mandat administratif",4]], :as => :radio, :include_blank => false #["Pré-commande",10] ["Chèque",1], + =f.input :product_order_payment_type_ok_id, :label => false, :collection => [["Virement",2],["Carte bancaire",3],["Mandat administratif",4]], :as => :radio, :include_blank => false .cb_infos