Sha256: 1e448f45cb9589d7d8578eb859b5cdd8a0049c13f4f79438f58b92a4e1e7f12a
Contents?: true
Size: 1005 Bytes
Versions: 28
Compression:
Stored size: 1005 Bytes
Contents
<td class="stock-location-name"> <a href="/admin/stock_locations/{{stockLocationId}}/stock_movements?q%5Bvariant_sku_eq%5D={{variantSku}}"> {{stockLocationName}} </a> </td> <td class="align-center"> <input id="backorderable-{{id}}" name="backorderable" type="checkbox" value="backorderable" {{#if backorderable}} checked="checked" {{/if}} > </td> <td class="align-center"> <span {{#if negative}} class="negative count-on-hand-display" {{else}} class="count-on-hand-display" {{/if}} >{{count_on_hand}}</span> </td> <td> <form> <input {{#if negative}} class="fullwidth negative" {{else}} class="fullwidth" {{/if}} name="count_on_hand" type="number" value="0"> </form> </td> <td class="actions"> <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> </td>
Version data entries
28 entries across 28 versions & 1 rubygems