https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16631
Lucas Gass (lukeg) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #76 from Lucas Gass (lukeg) <[email protected]> --- Casey, Thanks for your work here, it's looking good. I did notice that if I run updatedatabase twice I get an error. I think you need to wrapped that creation of the table SQL with something like: unless ( TableExists('reports_branches') ) { } -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
