]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
[ERP-326] scheduler send telegram 2
authorAlexander Smirnov <fredeom@mail.ru>
Tue, 25 Feb 2025 13:45:40 +0000 (16:45 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Tue, 25 Feb 2025 13:45:40 +0000 (16:45 +0300)
erp24/scripts/tasks/task_35_new_order_to_telegram.php

index 792446baa8434047cfeab37bbdc49eacec5e4a58..9d74a329a130984709277abe13a09d7c01237589 100644 (file)
@@ -61,7 +61,7 @@ try {
         }
         ////////////////////////////////////////////////////////////////////////
         Meeting::updateAll(['location' => 2], ['location' => 1]);
-        $meeting = Meeting::find()->where(['location' => 1])->one();
+        $meeting = Meeting::find()->where(['location' => 2])->one();
         if ($meeting) {
             Meeting::updateAll(['location' => 3], ['location' => 2]);