mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Introduce a setting to show net prices (#415)
* Introduce a setting to show net prices in the frontend * Show net prices in the backend as well
This commit is contained in:
@@ -179,6 +179,8 @@ class OrderDetail(OrderView):
|
||||
'raw': cartpos,
|
||||
'total': self.object.total,
|
||||
'payment_fee': self.object.payment_fee,
|
||||
'net_total': self.object.net_total,
|
||||
'tax_total': self.object.tax_total,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user