v.2.31
Исправлено получение наименований блюд
This commit is contained in:
@@ -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');
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user