caipin 5 년 전
부모
커밋
e46389593a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      protected/controller/ReceiptExtendController.php

+ 1 - 1
protected/controller/ReceiptExtendController.php

@@ -2735,7 +2735,7 @@ class ReceiptExtendController extends DooController {
     }
     }
     
     
     function setSummaryCategory(){
     function setSummaryCategory(){
-    	$cidKey= $this->get_args ( 'cidKey[]' ) ? $this->get_args ( 'cidKey[]' ) : "";
+    	$cidKey= $this->get_args ( 'cidKey' ) ? $this->get_args ( 'cidKey' ) : "";
     	
     	
     	print_r($cidKey);die;
     	print_r($cidKey);die;