Employee Performance
- input->post('financialyear')){
- $ab=$this->input->post('financialyear');
- echo '('.$ab.')';
- echo ' ';
-
- }
- if($this->input->post('month')){
- $m=$this->input->post('month');
- echo '('.$m.')';
- echo ' ';
- }
-
- ?>
-