chore(backend): bump devtools (#9088)

* chore(backend):Bump devtools

* fix typos that are now detected
This commit is contained in:
Matthias Mair
2025-02-18 18:57:48 +11:00
committed by GitHub
parent 480536a023
commit 1d0540948f
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1716,7 +1716,7 @@ class PurchaseOrderLineItem(OrderLineItem):
return max(r, 0)
def is_completed(self) -> bool:
"""Determine if this lien item has been fully received."""
"""Determine if this line item has been fully received."""
return self.received >= self.quantity
def update_pricing(self):