From eb7d3d13a9f11682d57198ed668d960be1b1e3fb Mon Sep 17 00:00:00 2001 From: phette23 Date: Fri, 6 Apr 2018 14:15:26 -0700 Subject: [PATCH] Bug 13445 - Scheduled Report, Type=URL fails Remove the non-functional 'URL' format Offer the (functional) CSV & HTML formats testing plan: - visit the task scheduler tool at cgi-bin/koha/tools/scheduler.pl - 'Output format' select list should offer Text (TSV), CSV, & HTML - scheduled reports for each of the above types should run & send emails correctly --- .../prog/en/modules/tools/scheduler.tt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt index 8491538da2..2b266eee30 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt @@ -45,11 +45,13 @@ [% END %] -
  • - +
  • + +
  • @@ -58,7 +60,7 @@
    - + [% IF ( JOBS ) %]

    Jobs already entered

    -- 2.17.0