Add anual report feature

This commit is contained in:
2021-09-17 21:26:28 +07:00
parent 8da0a69176
commit cd74f850b0
23 changed files with 1155 additions and 18 deletions

View File

@@ -76,8 +76,6 @@ class Produk extends CI_Controller {
$data['umkm'] = $umkm;
$data['pemilik'] = $pemilik;
$data['user_logged'] = $this->session->userdata('user_logged');
$this->load->view('user/produk',$data);