From ca3d3020cabe63d3ddc087c5eb54e7590d3cf2fc Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 24 Jan 2018 11:26:52 +0100 Subject: [PATCH] suite --- .../product_order_products/_product_order_product.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public/product_order_products/_product_order_product.html.haml b/app/views/public/product_order_products/_product_order_product.html.haml index 587f18a..e1d6757 100755 --- a/app/views/public/product_order_products/_product_order_product.html.haml +++ b/app/views/public/product_order_products/_product_order_product.html.haml @@ -21,7 +21,7 @@ .qty_form = form_for [:public, product_order_product] do |f| -if [1,2].include?(product_order_product.product_id) - = f.select :qty, [10,20,30,40,50,60,70,80,90,100, 150, 200, 300, 400, 500, 600, 700, 800, 900, 1000], {:style => "width:30px;"} + = f.select :qty, [10,20,25,30,40,50,60,70,80,90,100, 150, 200, 300, 400, 500, 600, 700, 800, 900, 1000], {:style => "width:30px;"} -else = f.text_field :qty, :style => "width:30px;" = f.submit "Mettre à jour"