2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-10 22:00:56 +00:00

finish renaming SO / PO

This commit is contained in:
Matthias
2022-03-27 01:41:16 +01:00
parent 28cec5e9e5
commit 68a02af9cd
12 changed files with 148 additions and 148 deletions

View File

@@ -637,7 +637,7 @@ class SupplierPart(models.Model):
get_price = common.models.get_price
def open_orders(self):
""" Return a database query for PO line items for this SupplierPart,
""" Return a database query for PurchaseOrder line items for this SupplierPart,
limited to purchase orders that are open / outstanding.
"""