2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

spelling fix

This commit is contained in:
Matthias
2022-03-11 00:21:43 +01:00
parent c6d0c03adf
commit 84a95aaadb

View File

@ -1219,7 +1219,7 @@ class SalesOrderAdditionalLineItem(OrderAdditionalLineItem):
Model for a single AdditionalLineItem in a SalesOrder Model for a single AdditionalLineItem in a SalesOrder
Attributes: Attributes:
order: Link to the SalesOrder that this line item belongs to order: Link to the SalesOrder that this line item belongs to
title: titile of line item title: title of line item
sale_price: The unit sale price for this OrderLineItem sale_price: The unit sale price for this OrderLineItem
""" """
@staticmethod @staticmethod