settings: Remove development note.

This commit is contained in:
Brett Smith 2019-12-06 10:28:07 -05:00
parent bd72d7c218
commit e76bd36331

View file

@ -316,7 +316,6 @@ TICKET_PRODUCT_CATEGORY = 1
INVOICE_CURRENCY = "USD"
# VAT rate is 21%
# When PINAX_VAT_RATE is set, this percentage of the invoice total is
# displayed as a line item as the amount of VAT paid.
INVOICE_VAT_RATE = Decimal(os.environ.get('PINAX_VAT_RATE') or 0)