shish 3 lat temu
rodzic
commit
41d8480ee9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-hd/controllers/WorkController.php

+ 1 - 1
app-hd/controllers/WorkController.php

@@ -64,7 +64,7 @@ class WorkController extends BaseController
                 $mtAlone = $ext->mtAlone ?? 0;
                 $isCashier = $get['isCashier'] ?? 0;
                 if ($mtAlone == 1 && $isCashier == 1) {
-                    $where['fromType'] = ['in', [1, 2, 3]];
+                    $where['fromType'] = ['in', [0, 1, 2, 3]];
                 }
             }
         }