$("#restock-table").on("input", "input:text", function () {
    restock_update_line_total($(this).attr("id").split("-")[2]);
});