mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 08:23:12 +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()
|
invoice.save()
|
||||||
Vente.objects.create(
|
Vente.objects.create(
|
||||||
facture=invoice,
|
facture=invoice,
|
||||||
name='Printing',
|
name='Printing (requested by %s)' % request.user,
|
||||||
prix=users[user],
|
prix=users[user],
|
||||||
number=1,
|
number=1,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue