Sha256: f2360bbaaa7d9bfb805c67060f751babacc6878a5324144ff6f3b29d3e72e811

Contents?: true

Size: 668 Bytes

Versions: 12

Compression:

Stored size: 668 Bytes

Contents

<div class='well clearfix'>
  <% param_prefix = "payment_source[#{payment_method.id}]" %>
  <p class='field'>
    <%= label_tag :po_number do %>
      PO Number<abbr class='required' title='required'>*</abbr>
    <% end %>
    <%= text_field_tag "#{param_prefix}[po_number]", '', id: :po_number, class: 'form-control required', size: 10, maxlength: 10, autocomplete: "off" %>
  </p>
  <p class='field'>
    <%= label_tag :organization_name do %>
      Organization Name<abbr class='required' title='required'>*</abbr>
    <% end %>
    <%= text_field_tag "#{param_prefix}[organization_name]", '', id: :organization_name, class: 'form-control required'%>
  </p>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spree_purchase_order-3.1.0 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.0.0 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.2.0.rc1 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.2.0.beta app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.1.0.beta app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.0.0.beta app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-2.4.0.beta app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-2.3.0.beta app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-2.2.0.beta2 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-2.2.0.beta app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-2.1.0.beta app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-2.0.1 app/views/spree/checkout/payment/_purchaseorder.html.erb