From bd3d30eab8c8cec047cb4da74a2d00eb87e270e3 Mon Sep 17 00:00:00 2001
From: Nick Clemens
Date: Sat, 27 Jul 2019 12:15:41 +0000
Subject: [PATCH] Bug 23389: Add 'All' option to report dropdowns
This patch adds and 'all' option t rpeort dropdowns
Note you will need to use 'LIKE' instead of '=' to allow 'All' to work
To test:
1 - Write a report:
SELECT branchname FROM branches WHERE branchcode LIKE <>
2 - Run it
3 - Select a branch
4 - You get one branch info
5 - Note you cannot select all
6 - Apply patch
7 - Run report
8 - Select 'All'
9 - You get all branches
10 - Select one branch
11 - You get one branch
---
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 1 +
1 file changed, 1 insertion(+)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
index 45f3789c20..928f47c269 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
@@ -701,6 +701,7 @@ canned reports and writing custom SQL reports.