Added paperwork generation date, user & versioning

This commit is contained in:
David Taylor
2015-07-29 22:06:44 +01:00
parent 72ecec8860
commit 6944d98c4e
4 changed files with 16 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ class InvoicePrint(generic.View):
}
},
'invoice':invoice,
'current_user':request.user,
})
rml = template.render(context)