[Koha-patches] [PATCH] wr78692 (bug 6024): Show "Run report" link after sql update as wel

Srdjan Jankovic srdjan at catalyst.net.nz
Thu Apr 7 05:51:59 CEST 2011


---
 reports/guided_reports.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl
index 9e711ed..af5e8c7 100755
--- a/reports/guided_reports.pl
+++ b/reports/guided_reports.pl
@@ -133,6 +133,7 @@ elsif ( $phase eq 'Update SQL'){
         update_sql( $id, $sql, $reportname, $notes );
         $template->param(
             'save_successful'       => 1,
+            'id'                    => $id,
         );
     }
     
-- 
1.6.5



More information about the Koha-patches mailing list