longyi 15 годин тому
батько
коміт
5738343139
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

+ 1 - 1
core/CoreApp/controllers/Whlabel_bh.php

@@ -352,7 +352,7 @@ class Whlabel_bh extends Start_Controller {
 			$timetj = $this->input->post('timetj',true);
 			$timetk = strtotime($timetk);
 			$timetj = strtotime($timetj);
-			$where = " bhnum > printsl ";
+			$where = " bhnum > printsl and extra_type = 1 ";
 			if($timetk && $timetj)
             {
                 $where .= " and time > '$timetk' and time < '$timetj'";