bill cleanup, note next step

This commit is contained in:
Nico Schottelius 2020-08-09 14:52:42 +02:00
commit 5ceaaf7c90
2 changed files with 7 additions and 10 deletions

View file

@ -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