pmr_app/app/views/admin/tr_payments/_form.html.haml
Nicolas Bally 428372d6f9 initial
2016-02-08 10:27:25 +01:00

10 lines
561 B
Plaintext

=f.input :tr_payment_type, :label => "Type de paiement", :collection => TrPaymentType.all, :as => :select, :include_blank => false
=f.input :paid_at, :label => "Payé le",:as => :qi_date_picker
=f.input :check_number, :label => "Numéro de chèque"
=f.input :check_bank, :label => "Banque"
=f.input :tr_canceled, :label => "Annulé"
=f.input :tr_canceled_at, :label => "Paiement annulé le",:as => :qi_date_picker
=f.input :tr_payment_bank_account, :label => "Compte bancaire", :collection => TrPaymentBankAccount.all, :as => :select, :include_blank => false