lvhao 11 hodín pred
rodič
commit
f721ea3e30
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -2252,7 +2252,7 @@ class Whlabel_bh extends Start_Controller {
 					$list = $this->whlabel_bh_transfer->find_all(" wbid in (".implode(",",$tmp_ids).")");
 					foreach($list as $vv){
 						$ydysl += 1;
-						if($vv['status'] == 1){
+						if($vv['status'] > 0){
 							$yphsl += 1;
 						}
 						if($vv['status'] == 2){