http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14435
--- Comment #6 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
