mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Apply same fix to PurchaseOrder and SalesOrder lists
This commit is contained in:
@ -72,7 +72,7 @@ class BuildSerializer(InvenTreeModelSerializer):
|
||||
)
|
||||
)
|
||||
|
||||
# Annotate with a "integer" version of the reference field, to be used for natural sorting
|
||||
# Annotate with an "integer" version of the reference field, to be used for natural sorting
|
||||
queryset = queryset.annotate(
|
||||
integer_ref=Cast('reference', output_field=IntegerField())
|
||||
)
|
||||
|
Reference in New Issue
Block a user