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