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