bill cleanup, note next step
This commit is contained in:
parent
2b29e300dd
commit
5ceaaf7c90
2 changed files with 7 additions and 10 deletions
|
|
@ -670,6 +670,7 @@ class Product(UncloudModel):
|
|||
if not when_to_start:
|
||||
when_to_start = timezone.now()
|
||||
|
||||
# NEXT: find the latest order, use that one...
|
||||
# Update order = create new order
|
||||
if self.order:
|
||||
previous_order = self.order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue