mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
[Printer] Specify in the Invoice who requested the printing
This commit is contained in:
parent
3e4b39bedb
commit
9cda39a1fe
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ def payment(request):
|
|||
invoice.save()
|
||||
Vente.objects.create(
|
||||
facture=invoice,
|
||||
name='Printing',
|
||||
name='Printing (requested by %s)' % request.user,
|
||||
prix=users[user],
|
||||
number=1,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue