spelling fix

This commit is contained in:
Matthias 2022-03-11 00:21:43 +01:00
parent c6d0c03adf
commit 84a95aaadb
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1219,7 +1219,7 @@ class SalesOrderAdditionalLineItem(OrderAdditionalLineItem):
Model for a single AdditionalLineItem in a SalesOrder
Attributes:
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
"""
@staticmethod