Merge branch 'Development'

This commit is contained in:
iBNu Maksum 2025-01-07 16:44:09 +07:00
commit e2f2146f1e
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -624,7 +624,6 @@ switch ($action) {
$vc = ORM::for_table('tbl_plans') $vc = ORM::for_table('tbl_plans')
->left_outer_join('tbl_voucher', array('tbl_plans.id', '=', 'tbl_voucher.id_plan')) ->left_outer_join('tbl_voucher', array('tbl_plans.id', '=', 'tbl_voucher.id_plan'))
->where('tbl_voucher.status', '0'); ->where('tbl_voucher.status', '0');
} }
if (in_array($admin['user_type'], ['SuperAdmin', 'Admin'])) { if (in_array($admin['user_type'], ['SuperAdmin', 'Admin'])) {
$v = $v->find_many(); $v = $v->find_many();