Sha256: f2f48bbcbca59d80a822dcec47b4afdeb1a5c215180945559b1f43767b919ad7
Contents?: true
Size: 586 Bytes
Versions: 95
Compression:
Stored size: 586 Bytes
Contents
= effective_form_with(model: [:admin, event_product], engine: true) do |f| = f.hidden_field :event_id = f.text_field :title = f.number_field :capacity, hint: 'The number of addons will be limited to this capacity. Leave blank for unlimited capacity.' = f.price_field :price, hint: 'A price of $0 will allow a checkout for free.' = f.check_box :tax_exempt - if defined?(EffectiveQbSync) = f.text_field :qb_item_name, label: 'QuickBooks item name' = f.check_box :archived, label: 'Archive this product. It will be unavailable for purchase.' = effective_submit(f)
Version data entries
95 entries across 95 versions & 1 rubygems