From 3064c4b475f5217ebacd9fb01ce125933762d742 Mon Sep 17 00:00:00 2001
From: Shane
Date: Mon, 5 Mar 2012 22:16:09 -0500
Subject: [PATCH 1/2] Added a do not print SQL print link to reports
Content-Type: text/plain; charset="utf-8"
Fixed missing
---
.../en/modules/reports/guided_reports_start.tt | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
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 caf27f1..6043ba5 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
@@ -19,6 +19,12 @@
+
@@ -493,6 +499,7 @@ canned reports and writing custom SQL reports.
[% END %]
[% IF ( execute ) %]
+Print w/o SQL
[% name %]
[% IF ( notes ) %][% notes %]
[% END %]
[% IF ( unlimited_total ) %]Total number of rows matching the (unlimited) query is [% unlimited_total %].
[% END %]
--
1.7.0.4