diff options
Diffstat (limited to 'rt-liberation-report.el')
-rw-r--r-- | rt-liberation-report.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/rt-liberation-report.el b/rt-liberation-report.el index 07b83ee..11d20c2 100644 --- a/rt-liberation-report.el +++ b/rt-liberation-report.el @@ -1,6 +1,6 @@ ;;; rt-liberation-report.el --- Emacs interface to RT -;; Copyright (C) 2015 Free Software Foundation +;; Copyright (C) 2015 Free Software Foundation, Inc. ;; ;; Authors: Yoni Rabkin <yrk@gnu.org> ;; @@ -32,9 +32,8 @@ ;;; Code: -(require 'rt-liberation) (require 'rt-liberation-rest) - +(require 'rt-liberation) (defvar rt-liber-report-csv-header '("date" "tickets resolved") @@ -126,8 +125,8 @@ return `nil'." (rt-liber-report-get-interval rt-queue start-date end-date))) by-date by-owner - by-date-out - by-owner-out + ;; by-date-out + ;; by-owner-out total) (when (not tickets) (error (concat "no tickets in interval between " |