fix
This commit is contained in:
parent
666b51be29
commit
9e8c05d3ba
@ -277,7 +277,7 @@ web: https://alkator.cz""",
|
||||
{
|
||||
'user': user,
|
||||
'invoice': invoice,
|
||||
'products': InvoiceProduct.filter(invoice=invoice),
|
||||
'products': InvoiceProduct.objects.filter(invoice=invoice),
|
||||
'paid_date': racer.register_date + timedelta(days=1),
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user