Sha256: a054e9facf0b67054497dde2b635b8120df68663b39ad52befbd91464db1a702

Contents?: true

Size: 993 Bytes

Versions: 13

Compression:

Stored size: 993 Bytes

Contents

<td>{{stockLocationName}}</td>
<td>
  <input id="backorderable-{{id}}"
         name="backorderable"
         type="checkbox"
         value="backorderable"
         {{#unless editing}} disabled="disabled" {{/unless}}
         {{#if backorderable}} checked="checked" {{/if}}
   >
</td>
<td>
  {{#if editing}}
    <form>
      <input
      {{#if negative}}
        class="fullwidth negative"
      {{else}}
        class="fullwidth"
      {{/if}}
      name="count_on_hand"
      type="number"
      value="{{count_on_hand}}"
    >
    </form>
  {{else}}
    <span {{#if negative}}class="negative"{{/if}}>{{count_on_hand}}</span>
  {{/if}}
</td>
<td class="actions">
  {{#if editing}}
    <a class="submit fa fa-check icon_link with-tip no-text" data-action="save" href="#"></a>
    <a class="cancel fa fa-cancel icon_link with-tip no-text" data-action="cancel" href="#"></a>
  {{else}}
    <a class="edit fa fa-edit icon_link with-tip no-text" data-action="edit" href="#"></a>
  {{/if}}
</td>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
solidus_backend-2.6.6 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.7.4 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.7.3 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.6.5 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.7.2 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.6.4 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.6.3 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.7.1 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.6.2 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.7.0 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.6.1 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.6.0 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs
solidus_backend-2.6.0.rc1 app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs