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"