[Koha-bugs] [Bug 14435] The table saved_reports is never populated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 2 10:44:20 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14435

--- Comment #6 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to M. Tompsett from comment #3)
> Comment on attachment 40488 [details] [review]
> Bug 14435: Drop table saved_reports
> 
> Review of attachment 40488 [details] [review]:
> -----------------------------------------------------------------
> 
> My quick eyeball only noticed this. Not tested yet.
> 
> ::: koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
> @@ +345,1 @@
> >                          </td>
> 
> Unmatched </td>, I believe.

Good catch! Fixed in the last patch.

(In reply to M. Tompsett from comment #4)
> Comment on attachment 40489 [details] [review]
> Bug 14435: Drop table saved_reports - DB Changes
> 
> Review of attachment 40489 [details] [review]:
> -----------------------------------------------------------------
> 
> The drop table saved reports atomic update is empty.

What do you mean? The file is empty?

--- /dev/null
+++ b/installer/data/mysql/atomicupdate/bug_14435_drop_table_saved_reports.sql
@@ -0,0 +1 @@
+DROP TABLE IF EXISTS saved_reports;

It only contains 1 line but it's not empty :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list