[Koha-bugs] [Bug 10513] Light up a warning/message when returning a chosen item type.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 22 13:17:06 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10513

--- Comment #6 from Magnus Enger <magnus at 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.


More information about the Koha-bugs mailing list