suite
This commit is contained in:
parent
18aaf05e1f
commit
ae7eb3a97b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user