From f72979f2df0b56cef0bae9cf2d17be9c936abcfc Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 14 Mar 2022 23:30:37 +0100 Subject: [PATCH] add doc-text --- InvenTree/company/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/company/models.py b/InvenTree/company/models.py index 52cf1cd122..06a44583f7 100644 --- a/InvenTree/company/models.py +++ b/InvenTree/company/models.py @@ -693,6 +693,7 @@ class SupplierPriceBreak(common.models.PriceBreak): Attributes: part: Link to a SupplierPart object that this price break applies to + updated: Automatic DateTime field that shows last time the price break was updated quantity: Quantity required for price break cost: Cost at specified quantity currency: Reference to the currency of this pricebreak (leave empty for base currency)