Update Organitation
This commit is contained in:
@@ -108,10 +108,10 @@ class MemberController extends Controller
|
|||||||
// Provider
|
// Provider
|
||||||
$providers = DB::table('organizations')
|
$providers = DB::table('organizations')
|
||||||
->where('organizations.type', '=', 'hospital')
|
->where('organizations.type', '=', 'hospital')
|
||||||
|
->where('organizations.code', '=', 'LMS')
|
||||||
->where('organizations.corporate_id_partner', '!=', 8)
|
->where('organizations.corporate_id_partner', '!=', 8)
|
||||||
->orWhere('organizations.corporate_id_partner', NULL)
|
// ->orWhere('organizations.corporate_id_partner', NULL)
|
||||||
->where('status', '=', 'active')
|
->where('status', '=', 'active')
|
||||||
->where('type', '=', 'hospital')
|
|
||||||
->orderBy('organizations.name','asc')
|
->orderBy('organizations.name','asc')
|
||||||
->select(
|
->select(
|
||||||
'organizations.id',
|
'organizations.id',
|
||||||
|
|||||||
Reference in New Issue
Block a user