Skip to content

Commit

Permalink
add support for indian rupee currency (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekyayush authored Nov 30, 2023
1 parent ae78dcc commit 9b34b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/metering_billing/utils/enums/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ class CHARGEABLE_ITEM_TYPE(models.TextChoices):
("Tanzanian Shilling", "TZS", "TSh"),
("Kenyan Shilling", "KES", "KSh"),
("Ugandan Shilling", "UGX", "UGX"),
("Indian Rupee", "INR", "₹"),
]
SUPPORTED_CURRENCIES_VERSION = 4
SUPPORTED_CURRENCIES_VERSION = 5


class ACCOUNTS_RECEIVABLE_TRANSACTION_TYPES(models.IntegerChoices):
Expand Down

0 comments on commit 9b34b94

Please sign in to comment.