Skip to content

Commit

Permalink
Merge pull request #439 from ishimoto/GBP_Fix
Browse files Browse the repository at this point in the history
add GBP to Money
  • Loading branch information
ishimoto committed Jun 7, 2013
2 parents 2bd7944 + 3745df3 commit d820e52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public enum ERXMoneyEnums {
CZK("koruna", "haléř", "Kč", "", ",", ".", 100), /* Czech Republic */
DKK("krone", "øre", "kr", "", ",", ".", 100), /* Denmark */
EUR("euro", "cent", "€", "", ",", ".", 100), /* Europian Union */
GBP("pund", "penny", "£", "", ",", ".", 100), /* Great Britain */
HRK("kuna", "lipa", "kn", "", ",", ".", 100), /* Croatia */
HUF("forint", "fillér", "Ft", "", ",", ".", 100), /* Hungary */
LTL("litas", "centas", "Lt", "", ",", ".", 100), /* Republic of Lithuania */
Expand Down

2 comments on commit d820e52

@fbarthez
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Ken, shouldn't this read "pound" instead of "pund"?

@ishimoto
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that's true. Have to fix that miss-spell. Thanks

Please sign in to comment.