Sha256: 4deb093d005070010cff340dcb43d7ae502cc5cb8ff4420fd20d9d846e5ee613
Contents?: true
Size: 577 Bytes
Versions: 3
Compression:
Stored size: 577 Bytes
Contents
= filters_form do |f| = f.input(:customer_guid, :collection => @people.map { |p| [p.to_s, p.guid] }, :include_blank => t("filters.all_customers"), ) = f.input(:bm_time_period, :collection => dorsale_time_periods_for_select, :include_blank => false, ) = f.input :bm_date_begin, input_html: {placeholder: t("filters.date_begin")} = f.input :bm_date_end, input_html: {placeholder: t("filters.date_end")} = f.input(:bm_payment_status, :collection => billing_machine_payment_status_for_filter_select, :include_blank => false, )
Version data entries
3 entries across 3 versions & 1 rubygems