Sha256: 4fe87702eeee633e4c4dedaefddb7a5d4c15c5acc6a3d79d5c056995de9c388f
Contents?: true
Size: 1.02 KB
Versions: 137
Compression:
Stored size: 1.02 KB
Contents
<td colspan='2'> Move {{variant.name}} to </td> <td colspan='2'> <select name="item_stock_location" style='width:100%;'> <option></option> <optgroup label="{{ t "existing_shipments" }}"> {{#each shipments}} <option value='shipment:{{this.number}}'>{{this.stock_location.name}}({{this.number}})</option> {{/each}} </optgroup> <optgroup label="{{ t "new_shipment_at_location" }}"> {{#each variant.stock_items}} <option value='stock_location:{{this.stock_location_id}}'>{{this.stock_location_name}} ({{this.count_on_hand}} on hand)</option> {{/each}} </optgroup> </select> </td> <td> <form> <input class="quantity" id="item_quantity" type="number" min="1" value="1" max="{{max_quantity}}"> </form> </td> <td class='actions'> <button class="save-split icon_link fa fa-ok no-text with-tip" data-action="save" title="{{ t "actions.save" }}"></button> <button class="cancel-split icon_link fa fa-cancel no-text with-tip" data-action="cancel" title="{{ t "actions.cancel" }}"></button> </td>
Version data entries
137 entries across 137 versions & 2 rubygems