https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16631 Casey Conlin <casey.conlin@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #78 from Casey Conlin <casey.conlin@gmail.com> --- (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.