https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16631
Casey Conlin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #78 from Casey Conlin <[email protected]> --- (In reply to Lucas Gass (lukeg) from comment #76) > 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') ) { > > } Great feedback! I got the same error you described when running the update command. I updated the bug.pl file to account for an existing table, and I was able to run the update command successfully. Let me know if you have any other questions or feedback. Thanks, Lucas! -- 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/
