|
@@ -2737,7 +2737,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);
|
|
|
|
|
|
+ print_r($cidKey);die;
|
|
|
|
|
|
return '/receiptSummaryStatisticsByAgency';
|
|
return '/receiptSummaryStatisticsByAgency';
|
|
}
|
|
}
|