shish пре 4 година
родитељ
комит
8bbcfd01a6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app-hd/controllers/WorkController.php

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

@@ -53,7 +53,7 @@ class WorkController extends BaseController
             $where['status'] = $status;
         }
         if (isset($get['fromType']) && is_numeric($get['fromType'])) {
-            $where['fromType'] = $get['fromType'];
+            //$where['fromType'] = $get['fromType'];
         }
         if (isset($get['searchType'])) {
             if ($get['searchType'] == 0) {