Sha256: a2dfad9013b674a91ea6f0255cb833e10e908fb4029aece15436d16e9e340bc7
Contents?: true
Size: 883 Bytes
Versions: 34
Compression:
Stored size: 883 Bytes
Contents
<td class="stock-location-name">{{stockLocationName}}</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
34 entries across 34 versions & 2 rubygems