Sha256: d6687a88c31dda3a41b434e6e5ba5eefd5a600a66427f970566b097bc4f0fc70
Contents?: true
Size: 1.05 KB
Versions: 5
Compression:
Stored size: 1.05 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> <input class="quantity" id="item_quantity" type="number" min="1" value="1" max="{{max_quantity}}"> </td> <td class='actions'> <button class="save-split icon_link fa fa-ok no-text with-tip" data-action="save" title="{{ t "save" }}" data-original-title="{{ t "save" }}"></button> <button class="cancel-split icon_link fa fa-cancel no-text with-tip" data-action="cancel" title="{{ t "cancel" }}" data-original-title="{{ t "cancel" }}"></button> </td>
Version data entries
5 entries across 5 versions & 1 rubygems