forked from CGM_Public/pretix_original
Fix #199 - Export an item's tax_rate in the JSON export
This commit is contained in:
committed by
Raphael Michel
parent
3583dde1db
commit
e440782545
@@ -32,6 +32,7 @@ class JSONExporter(BaseExporter):
|
||||
'name': str(item.name),
|
||||
'category': item.category_id,
|
||||
'price': item.default_price,
|
||||
'tax_rate': item.tax_rate,
|
||||
'admission': item.admission,
|
||||
'active': item.active,
|
||||
'variations': [
|
||||
|
||||
Reference in New Issue
Block a user