formulaire dons

This commit is contained in:
Nicolas Bally 2013-03-19 13:31:49 +01:00
parent 90a3fa30aa
commit 74925e5100

View File

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