Sha256: 357905ea7335b046b39ee806e6b1cb0007ce590843e7bc343babd86a94a10b75

Contents?: true

Size: 702 Bytes

Versions: 7

Compression:

Stored size: 702 Bytes

Contents

<div class='well clearfix'>
  <% param_prefix = "payment_source[#{payment_method.id}]" %>
  <p class='field'>
    <%= label_tag :po_number do %>
      <%= Spree.t(: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 %>
      <%= Spree.t(: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

7 entries across 7 versions & 1 rubygems

Version Path
spree_purchase_order-3.7.0 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.6.0 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.5.0 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.5.0.rc1 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.4.0 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.3.0 app/views/spree/checkout/payment/_purchaseorder.html.erb
spree_purchase_order-3.2.0 app/views/spree/checkout/payment/_purchaseorder.html.erb