http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10513
--- Comment #6 from Magnus Enger <[email protected]> --- Thanks for catching these, Katrin! I'm not sure I understand the second point, though. I have this in updatedatabase.pl: $DBversion = "3.13.00.XXX"; if ( CheckVersion($DBversion) ) { $dbh->do("ALTER TABLE itemtypes ADD COLUMN checkinmsg VARCHAR(255);"); print "Upgrade to $DBversion done (Bug 10513 - Light up a warning/message when returning a chosen item type)\n"; SetVersion($DBversion); } -- 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/
