mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fixed #87 -- Added deletion of products
This commit is contained in:
@@ -1748,7 +1748,8 @@ class OrderPosition(ObjectWithAnswers, Versionable):
|
||||
)
|
||||
item = VersionedForeignKey(
|
||||
Item,
|
||||
verbose_name=_("Item")
|
||||
verbose_name=_("Item"),
|
||||
related_name='positions'
|
||||
)
|
||||
variation = VersionedForeignKey(
|
||||
ItemVariation,
|
||||
|
||||
Reference in New Issue
Block a user