Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
hotfix: for the broken roatp spreadsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcowan committed Mar 14, 2017
1 parent 5c5653f commit 440d28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sfa.Roatp.Register.Web/Models/CsvProviderMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public static CsvProvider Map(RoatpProvider provider)
Ukprn = provider.Ukprn,
Name = provider.Name,
ProviderType = Enumerations.GetEnumDescription(provider.ProviderType),
NewOrganisationWithoutFinancialTrackRecord = provider.NewOrganisationWithoutFinancialTrackRecord,
ParentCompanyGuarantee = provider.ParentCompanyGuarantee,
NewOrganisationWithoutFinancialTrackRecord = provider.ParentCompanyGuarantee,
ParentCompanyGuarantee = provider.NewOrganisationWithoutFinancialTrackRecord,
StartDate = FormatDate(provider.StartDate),
EndDate = FormatDate(provider.EndDate)
};
Expand Down

0 comments on commit 440d28f

Please sign in to comment.