perbaikan di invoices

This commit is contained in:
2026-07-30 09:49:00 +07:00
parent 4c2fefe9c3
commit 0d1f83872c
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1193,7 +1193,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,209])
->where_in('tipe', ['asset','liability'])
->order_by('kode_akun', 'ASC')
->get('accounts')
->result();