diff options
| author | Bruno Perles | 2015-12-10 13:26:40 +0100 | 
|---|---|---|
| committer | Bruno Perles | 2015-12-16 12:01:24 +0100 | 
| commit | d402533aa308679793db7d9314a6ee4d39f3880a (patch) | |
| tree | e52493e6b55a72988bbfe1bee9e2cbcf5114f787 /app/controllers/exports_controller.rb | |
| parent | a8b5b06703ee80d502eee644dc647cccad7f2933 (diff) | |
| download | chouette-core-d402533aa308679793db7d9314a6ee4d39f3880a.tar.bz2 | |
Fix bug on export pdf
Diffstat (limited to 'app/controllers/exports_controller.rb')
| -rw-r--r-- | app/controllers/exports_controller.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/controllers/exports_controller.rb b/app/controllers/exports_controller.rb index 481a0c1f1..f91d84250 100644 --- a/app/controllers/exports_controller.rb +++ b/app/controllers/exports_controller.rb @@ -68,6 +68,7 @@ class ExportsController < ChouetteController      if @line_items.size > 500        @line_items = @line_items.paginate(page: params[:page], per_page: 20)      end +    @export    end    def collection | 
