This commit is contained in:
Nicolas Bally 2013-03-19 14:10:41 +01:00
parent 74925e5100
commit 289b99a9ef

View File

@ -9,7 +9,7 @@
%br %br
= form.label :payment_type, "Type de paiement : " = form.label :payment_type, "Type de paiement : "
= form.select :payment_type, SheetYear::PAYMENT_TYPE.map {|u| [u[1], u[0]] }, {},{:onchange => "check_form($(this).val());"} = form.select :payment_type, SheetYear::PAYMENT_TYPE.map {|u| [u[1], u[0]] }, {},{:onchange => "check_form($(this));"}
%br %br