2017-01-26 23:21:49 +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