Changeset - e76bd363319a
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-12-06 15:28:07
brettcsmith@brettcsmith.org
settings: Remove development note.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -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)
0 comments (0 inline, 0 general)