This commit is contained in:
Wian Drs
2026-07-12 22:12:44 +07:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1182,7 +1182,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();