Sha256: f6ef0b30c17462a38045a3e0bd2af38c8a6eae85b1bedd8ba794f896acb9c5df
Contents?: true
Size: 1012 Bytes
Versions: 57
Compression:
Stored size: 1012 Bytes
Contents
<td class="stock-location-name"> <a href="{{admin_url}}/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
57 entries across 57 versions & 1 rubygems