mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Introduce original price (#905)
* Introduce original price * Rebase and styling * Widget
This commit is contained in:
@@ -231,7 +231,8 @@ TEST_ITEM_RES = {
|
||||
"checkin_attention": False,
|
||||
"has_variations": False,
|
||||
"variations": [],
|
||||
"addons": []
|
||||
"addons": [],
|
||||
"original_price": None
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user