1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-03 17:27:29 +01:00

Fix row list preventivi

This commit is contained in:
MatteoPistorello 2021-04-20 10:27:41 +02:00
parent 1ad5bedd4d
commit 6c5c5812af

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"),