From ae7eb3a97b23d807417e39fcbfaffadbe980b1a2 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 31 Oct 2017 12:15:12 +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 bd419e6..587f18a 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], {:style => "width:30px;"} + = 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;"} -else = f.text_field :qty, :style => "width:30px;" = f.submit "Mettre à jour"