mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 09:58:23 +02:00
Transactions are not invalidable if the user doesn't have the right to
This commit is contained in:
@ -171,7 +171,7 @@ class InvoiceRenderView(LoginRequiredMixin, View):
|
||||
del tex
|
||||
|
||||
# The file has to be rendered twice
|
||||
for _ in range(2):
|
||||
for ignored in range(2):
|
||||
error = subprocess.Popen(
|
||||
["pdflatex", "invoice-{}.tex".format(pk)],
|
||||
cwd=tmp_dir,
|
||||
|
Reference in New Issue
Block a user