mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Explicit position ordering in invoice tests
This commit is contained in:
@@ -479,7 +479,7 @@ class OrderPosition(AbstractPosition):
|
||||
class Meta:
|
||||
verbose_name = _("Order position")
|
||||
verbose_name_plural = _("Order positions")
|
||||
ordering = ("positionid",)
|
||||
ordering = ("positionid", "id")
|
||||
|
||||
@classmethod
|
||||
def transform_cart_positions(cls, cp: List, order) -> list:
|
||||
|
||||
Reference in New Issue
Block a user