mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 20:11:37 +00:00
Improve status code label rendering
This commit is contained in:
@@ -583,6 +583,6 @@ class SalesOrderAllocation(models.Model):
|
||||
|
||||
# Clear the location
|
||||
item.location = None
|
||||
item.status = StockStatus.SENT_TO_CUSTOMER
|
||||
item.status = StockStatus.SHIPPED
|
||||
|
||||
item.save()
|
||||
|
@@ -152,6 +152,7 @@ class SalesOrderSerializer(InvenTreeModelSerializer):
|
||||
'customer_reference',
|
||||
'status',
|
||||
'status_text',
|
||||
'shipment_date',
|
||||
'notes',
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user