[tests] cleanup old tests

Finally manage.py tests runs through
This commit is contained in:
Nico Schottelius 2020-08-25 20:40:33 +02:00
commit 4d5ca58b2a
3 changed files with 27 additions and 42 deletions

View file

@ -670,7 +670,7 @@ class Product(UncloudModel):
if not when_to_start:
when_to_start = timezone.now()
current_recurring_order = Order.objects.filter(
# current_recurring_order = Order.objects.filter(
# NEXT: find the latest order, use that one...
# Update order = create new order
if self.order: