Fix row list preventivi

This commit is contained in:
MatteoPistorello 2021-04-20 10:27:41 +02:00
parent 1ad5bedd4d
commit 6c5c5812af
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ $(document).ready(function() {
dropOnEmpty: true,
scroll: true,
update: function(event, ui) {
let order = $(".table tr[data-id]").toArray().map(a => $(a).data("id"))
let order = $(".table .sortable tr[data-id]").toArray().map(a => $(a).data("id"))
$.post(globals.rootdir + "/actions.php", {
id: ui.item.data("id"),