From 0b5d6441aa8b62efdac2bb1ba09a13cdae088a8b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 21 Nov 2017 13:31:49 +0000 Subject: [PATCH] Bug 19664: Reports sidebar menu should match list of reports on reports home page This patch makes the reports sidebar menu a little more consistent with the reports home page menu by adding missing links to reports. To test, observer the reports sidebar menu before and after the patch and confirm that missing reports are linked in the update. Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- .../prog/en/includes/reports-menu.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc index 03b4b64c9f..9ae019d496 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc @@ -1,6 +1,15 @@
Guided reports
  • Guided reports
  • + [% IF ( CAN_user_reports_create_reports ) %] +
  • Build new
  • + [% END %] + [% IF ( CAN_user_reports_execute_reports ) %] +
  • Use saved
  • + [% END %] + [% IF ( CAN_user_reports_create_reports ) %] +
  • Create from SQL
  • + [% END %]
Statistics wizards
@@ -14,6 +23,12 @@
  • Holds
  • + [% IF UseKohaPlugins %] +
    Report plugins
    + + [% END %]
    Top lists