diff --git a/InvenTree/order/serializers.py b/InvenTree/order/serializers.py index 44fffc19df..9efbf947bb 100644 --- a/InvenTree/order/serializers.py +++ b/InvenTree/order/serializers.py @@ -18,7 +18,7 @@ from InvenTree.serializers import InvenTreeAttachmentSerializerField from company.serializers import CompanyBriefSerializer, SupplierPartSerializer from part.serializers import PartBriefSerializer from stock.serializers import LocationBriefSerializer -from stock.serializers import StockItemSerializer, StockItemSerializer +from stock.serializers import StockItemSerializer, LocationSerializer from .models import PurchaseOrder, PurchaseOrderLineItem from .models import PurchaseOrderAttachment, SalesOrderAttachment @@ -43,7 +43,7 @@ class POSerializer(InvenTreeModelSerializer): """ Add extra information to the queryset - - Number of liens in the PurchaseOrder + - Number of lines in the PurchaseOrder - Overdue status of the PurchaseOrder """ diff --git a/InvenTree/part/templates/part/allocation.html b/InvenTree/part/templates/part/allocation.html index 20543a9ca0..6d2826775e 100644 --- a/InvenTree/part/templates/part/allocation.html +++ b/InvenTree/part/templates/part/allocation.html @@ -13,10 +13,12 @@ {% block details %} -

{% trans "Part Stock Allocations" %}

+

{% trans "Build Order Allocations" %}

+

{% trans "Sales Order Allocations" %}

+