Display 2 decimals in invoices
This commit is contained in:
parent
979628b02d
commit
5c01c0bb6c
2 changed files with 3 additions and 4 deletions
|
|
@ -141,9 +141,8 @@ class InvoiceRenderView(LoginRequiredMixin, View):
|
|||
invoice = Invoice.objects.filter(PermissionBackend.filter_queryset(request.user, Invoice, "view")).get(pk=pk)
|
||||
products = Product.objects.filter(invoice=invoice).all()
|
||||
|
||||
# Informations of the BDE. Should be updated when the school will move.
|
||||
invoice.place = "Gif-sur-Yvette"
|
||||
invoice.my_name = "BDE ENS Paris-Saclay"
|
||||
invoice.my_name = "BDE ENS Cachan"
|
||||
invoice.my_address_street = "4 avenue des Sciences"
|
||||
invoice.my_city = "91190 Gif-sur-Yvette"
|
||||
invoice.bank_code = 30003
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue