caipin 5 лет назад
Родитель
Сommit
7d4a7d2ec0
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      protected/controller/ReceiptExtendController.php

+ 2 - 0
protected/controller/ReceiptExtendController.php

@@ -2673,6 +2673,8 @@ class ReceiptExtendController extends DooController {
 	    		array_push($cidIn, $XDeode->decode($value));
 	    	}
 	    	$cidIn=implode(',', $cidIn);
+    	}else{
+    		$cidKeyIn=array();
     	}
     	$year= $this->get_args ( 'year' ) ? $this->get_args ( 'year' ) : date('Y');