From e775e5afd906ddbae620ddcb16ad9425a1aca060 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Thu, 22 Sep 2016 11:23:56 +1000 Subject: [PATCH] Documentation fix. --- registrasion/models/commerce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registrasion/models/commerce.py b/registrasion/models/commerce.py index 846d1ea6..8c8bcd9b 100644 --- a/registrasion/models/commerce.py +++ b/registrasion/models/commerce.py @@ -253,7 +253,7 @@ class PaymentBase(models.Model): class to handle implementation-specific issues. Attributes: - invoice (inventory.Invoice): The invoice that this payment applies to. + invoice (commerce.Invoice): The invoice that this payment applies to. time (datetime): The time that this payment was generated. Note that this will default to the current time when the model is created.