Sha256: b2a31fd143864f5739e8e44cbbaed8839200a9a4d04000be1878f967c357ea0f
Contents?: true
Size: 1.11 KB
Versions: 21
Compression:
Stored size: 1.11 KB
Contents
<tr class='stock-item-split' data-variant-id='{{variant.id}}'> <td colspan='2'> Move {{variant.name}} to </td> <td colspan='2'> <select name="item_stock_location" id='item_stock_location' style='width:100%;'> <option></option> <optgroup label="{{ t "existing_shipments" }}"> {{#each shipments}} <option data-shipment-number='{{this.number}}' value='{{this.stock_location_id}}'>{{this.stock_location.name}}({{this.number}})</option> {{/each}} </optgroup> <optgroup label="{{ t "new_shipment_at_location" }}"> {{#each variant.stock_items}} <option data-new-shipment='true' value='{{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'> <a href='#' class='save-split icon_link fa fa-ok no-text with-tip' title='Save'></a> <a href='#' class='cancel-split icon_link fa fa-cancel no-text with-tip' title='Cancel'></a> </td> </tr>
Version data entries
21 entries across 21 versions & 1 rubygems