bug
This commit is contained in:
parent
4e62eb0aee
commit
c6e84b8cb4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Command(MyBaseCommand):
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
checkout = Checkout.objects.get_or_create(
|
checkout = Checkout.objects.get_or_create(
|
||||||
created_by=Account.objects.get(username='Moralelastix'),
|
created_by=Account.objects.get(trigramme='000'),
|
||||||
name='Chaudron',
|
name='Chaudron',
|
||||||
valid_from=timezone.now(),
|
valid_from=timezone.now(),
|
||||||
valid_to=timezone.now() + timedelta(years=1)
|
valid_to=timezone.now() + timedelta(years=1)
|
||||||
|
|
Loading…
Reference in a new issue