Исправлено получение наименований блюд
This commit is contained in:
miroman-afk
2023-08-11 11:39:48 +03:00
parent e9c99df7e3
commit ee1ad42c38
2 changed files with 5 additions and 5 deletions

View File

@@ -505,7 +505,6 @@
}
}
}).on('draw', function () {
$('#preload-modal').modal('hide');
counter = 1;
});
$('#table_orders tbody').on('click', 'tr.dtrg-start', function () {
@@ -524,6 +523,7 @@
$scope.update();
Notification.success('Отчет сформирован, ожидайте загрузки!');
$('#report-construct').modal();
$('#preload-modal').modal('hide');
});
};