22 Jul
2013
22 Jul
'13
12:17 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10513 --- Comment #6 from Magnus Enger <magnus@enger.priv.no> --- 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.