Fix #199 - Export an item's tax_rate in the JSON export

This commit is contained in:
Tobias Kunze
2016-08-29 19:01:24 +02:00
committed by Raphael Michel
parent 3583dde1db
commit e440782545

View File

@@ -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': [