Sha256: 35fa811b9a241fd3a096393e6fd80ac19cca236caff5bb772748ef35693a2dae
Contents?: true
Size: 501 Bytes
Versions: 54
Compression:
Stored size: 501 Bytes
Contents
.row.align-items-center = f.fields_for :purchasable, (f.object.purchasable || Effective::Product.new) do |pf| .col= f.number_field :quantity, input_html: { value: f.object.quantity || 1, min: 1 } .col= pf.text_field :name .col= pf.price_field :price - if EffectiveOrders.use_effective_qb_sync .col= pf.text_field :qb_item_name, label: 'Quickbooks Item' .col= pf.check_box :tax_exempt, label: "Tax Exempt", title: 'When checked, tax will not be applied to this item'
Version data entries
54 entries across 54 versions & 1 rubygems