bug
This commit is contained in:
parent
74925e5100
commit
289b99a9ef
@ -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($(this).val());"}
|
||||
= form.select :payment_type, SheetYear::PAYMENT_TYPE.map {|u| [u[1], u[0]] }, {},{:onchange => "check_form($(this));"}
|
||||
|
||||
|
||||
%br
|
||||
|
Loading…
x
Reference in New Issue
Block a user