settings: Remove development note.
This commit is contained in:
parent
bd72d7c218
commit
e76bd36331
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue