fix
This commit is contained in:
parent
bbb3187eb9
commit
666b51be29
@ -377,6 +377,6 @@ def invoice(request):
|
|||||||
'user': user,
|
'user': user,
|
||||||
'invoice': invoice,
|
'invoice': invoice,
|
||||||
'products': InvoiceProduct.objects.filter(invoice=invoice),
|
'products': InvoiceProduct.objects.filter(invoice=invoice),
|
||||||
'paid_date': racer.register_date + timedelta(days=1),
|
'paid_date': invoice.paid_date + timedelta(days=1),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user