Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ ORDER BY CentreName"
c.ContactSurname,
c.ContactEmail,
c.ContactTelephone,
c.pwEmail AS CentreEmail,
c.AutoRegisterManagerEmail AS CentreEmail,
c.ShowOnMap,
c.CMSAdministrators AS CmsAdministratorSpots,
c.CMSManagers AS CmsManagerSpots,
Expand Down Expand Up @@ -231,7 +231,7 @@ FROM Centres AS c
c.ContactEmail,
c.ContactTelephone,
c.pwTelephone AS CentreTelephone,
c.pwEmail AS CentreEmail,
c.AutoRegisterManagerEmail AS CentreEmail,
c.pwPostCode AS CentrePostcode,
c.ShowOnMap,
c.Long AS Longitude,
Expand Down Expand Up @@ -460,7 +460,7 @@ bool showOnMap
CentreName = @centreName,
CentreTypeId = @centreTypeId,
RegionId = @regionId,
pwEmail = @centreEmail,
AutoRegisterManagerEmail = @centreEmail,
IPPrefix = @ipPrefix,
ShowOnMap = @showOnMap
WHERE CentreId = @centreId",
Expand Down Expand Up @@ -504,7 +504,7 @@ bool AddITSPcourses
ContactTelephone,
CentreTypeID,
RegionID,
pwEmail,
AutoRegisterManagerEmail,
IPPrefix,
ShowOnMap
)
Expand Down