caipin 5 gadi atpakaļ
vecāks
revīzija
e46389593a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      protected/controller/ReceiptExtendController.php

+ 1 - 1
protected/controller/ReceiptExtendController.php

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