svv/controllers.py
changeset 31 e1b63e4d10f4
parent 22 c68ca09b08b9
child 32 10c48a6843ad
--- a/svv/controllers.py	Fri Jan 07 01:22:52 2011 +0200
+++ b/svv/controllers.py	Fri Jan 07 01:23:24 2011 +0200
@@ -194,6 +194,9 @@
         """
             Generate the document, and return it as a .pdf file, with the filename generated from the document's title.
         """
+
+        # XXX: proper support
+        self.process(**url_values)
         
         pdf_file = self.generate(**url_values)