mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-30 06:39:46 +02:00
Merge branch 'Development'
This commit is contained in:
commit
e2f2146f1e
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue