Update Organitation

This commit is contained in:
ivan-sim
2026-03-02 11:01:35 +07:00
parent b0b34df1b0
commit 0370302fe6

View File

@@ -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',