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