Merge branch 'main' of https://git.radiq.my.id/admin/accounting_dev
This commit is contained in:
@@ -1182,7 +1182,7 @@ class Invoices extends CI_Controller {
|
|||||||
public function get_accounts_assets()
|
public function get_accounts_assets()
|
||||||
{
|
{
|
||||||
$data = $this->db
|
$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')
|
->order_by('kode_akun', 'ASC')
|
||||||
->get('accounts')
|
->get('accounts')
|
||||||
->result();
|
->result();
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user