Удалил комменты

parent 6f2992f4
......@@ -342,7 +342,6 @@ $(document).ready(function(){
},
// Пересчитываем кол-во заказов по статусам:
OrdersStatusReCalc: function() {
console.log('AAA OrdersStatusReCalc');
// Добавляем total-строки для статусов заказов:
ordersStatuses.forEach(function(item){
......
......@@ -283,7 +283,6 @@ $(document).ready(function(){
$tableToExcel = $("#table2excel"),
$tableToExcelCopy = $tableToExcel.clone(),
activeStatus = $('.b-filter__switch.category-orders .b-filter__switch-item.m-filter__switch-item_active').data('order-category');
console.log('AAA exportExcel activeStatus = ', activeStatus);
if (activeStatus == 'all') {
$('thead tr.orders-title.confirmed, thead tr.orders-title.rejected', $tableToExcelCopy).remove();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment