]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Закомментировал
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 25 Oct 2024 10:19:15 +0000 (13:19 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 25 Oct 2024 10:19:15 +0000 (13:19 +0300)
erp24/controllers/crud/ClusterAdminController.php

index 9cecf24f1105755c876a25dd057976cbd3f5e0c0..bf5f479b2a81d34bb1ee164e29342edf8cfe3059 100644 (file)
@@ -111,7 +111,7 @@ class ClusterAdminController extends Controller
             ->one();
 
         if ($currentClusterAdmin) {
-            // Завершаем старую запись
+
             $currentClusterAdmin->active = 0;
             $currentClusterAdmin->date_end = $currentDate;
 
@@ -121,7 +121,7 @@ class ClusterAdminController extends Controller
           //  ClusterManagerService::clearClusterManagerStores($currentClusterAdmin->cluster_id, $currentClusterAdmin->admin_id);
         }
         if ($oldClusterAdmin) {
-            // Завершаем старую запись
+
             $oldClusterAdmin->active = 0;
             $oldClusterAdmin->date_end = $currentDate;