Skip to content

Commit

Permalink
Merge pull request #2292 from UKGovernmentBEIS/fix/2996-currency-code…
Browse files Browse the repository at this point in the history
…-seed

Fix organisation currency seed value
  • Loading branch information
mec committed Jan 4, 2024
2 parents f385b94 + b6ef8fe commit ad6f0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds/organisations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
beis_organisation_reference: organisation["short_name"],
organisation_type: organisation["type"],
language_code: "en",
default_currency: "gbp",
default_currency: "GBP",
role: organisation["role"]
}
Organisation.find_or_create_by(iati_reference: organisation["reference"]).update!(organisation_params)
Expand Down

0 comments on commit ad6f0a8

Please sign in to comment.