forked from kevinowino869/mitrobill
Merge branch 'Development'
This commit is contained in:
commit
e2f2146f1e
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user