diff --git a/application/controllers/Invoices.php b/application/controllers/Invoices.php index 46c0f0c..38b73f2 100644 --- a/application/controllers/Invoices.php +++ b/application/controllers/Invoices.php @@ -1108,7 +1108,7 @@ class Invoices extends CI_Controller { public function get_accounts_assets() { $data = $this->db - ->where_in('kode_akun', [101,102,207,201,202,203,204,205]) + ->where_in('kode_akun', [101,102,207,201,202,203,204,205,209]) ->order_by('kode_akun', 'ASC') ->get('accounts') ->result(); diff --git a/uploads/karyawan/default.png b/uploads/karyawan/default.png deleted file mode 100644 index 7127aa8..0000000 Binary files a/uploads/karyawan/default.png and /dev/null differ