summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-12 17:45:23 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-12 17:45:23 +0000
commit31b3ebf071bca9313f89f0ffecb913ef53da10bd (patch)
tree22223aa35303a9f3ad34734e47bc8529797e8cdd /lib
parent75c10a1cac41213197df5ed4a8f8a2ce745dbcb8 (diff)
downloadredmine-31b3ebf071bca9313f89f0ffecb913ef53da10bd.tar.gz
redmine-31b3ebf071bca9313f89f0ffecb913ef53da10bd.zip
Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2262 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/export/pdf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/redmine/export/pdf.rb b/lib/redmine/export/pdf.rb
index 5d75494ed..932f1a812 100644
--- a/lib/redmine/export/pdf.rb
+++ b/lib/redmine/export/pdf.rb
@@ -21,6 +21,8 @@ require 'rfpdf/chinese'
module Redmine
module Export
module PDF
+ include ActionView::Helpers::NumberHelper
+
class IFPDF < FPDF
include GLoc
attr_accessor :footer_date