mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +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:
@@ -20,6 +20,10 @@ DEFAULTS = {
|
||||
'default': '10',
|
||||
'type': int
|
||||
},
|
||||
'display_net_prices': {
|
||||
'default': 'False',
|
||||
'type': bool
|
||||
},
|
||||
'attendee_names_asked': {
|
||||
'default': 'True',
|
||||
'type': bool
|
||||
|
||||
Reference in New Issue
Block a user