fix
This commit is contained in:
parent
02f919f296
commit
05088376b3
@ -375,7 +375,7 @@ def invoice(request):
|
|||||||
{
|
{
|
||||||
'user': user,
|
'user': user,
|
||||||
'invoice': invoice,
|
'invoice': invoice,
|
||||||
'products': InvoiceProduct.filter(invoice=invoice),
|
'products': InvoiceProduct.objects.filter(invoice=invoice),
|
||||||
'paid_date': racer.register_date + timedelta(days=1),
|
'paid_date': racer.register_date + timedelta(days=1),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user