Skip to content

Commit

Permalink
EMBCESSMOD-682: removed quotes around purchaser name to avoid double …
Browse files Browse the repository at this point in the history
…quotes in the report (#1100)
  • Loading branch information
ytqsl authored Aug 27, 2020
1 parent 3e0aff2 commit 4a229c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embc-app/DataInterfaces/DataInterface.Evacuee.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ LEFT OUTER JOIN
commTo.Name as 'Evacuated_To',
evareg.Facility as 'Facility_Name',
-- Referral Referenced User
'""' + ref.Purchaser + '""' as 'Person_responsible_for_purchasing_goods',
ref.Purchaser AS 'Person_responsible_for_purchasing_goods',
-- Referral
ref.Id as 'Referral_Number',
LEFT(ref.Type, CASE WHEN charindex('_', ref.Type) = 0 THEN LEN(ref.Type) ELSE charindex('_', ref.Type) - 1 END) as 'Support_Type',
Expand Down

0 comments on commit 4a229c5

Please sign in to comment.