View | Details | Raw Unified | Return to bug 17866
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +1 lines)
Lines 14076-14081 if( CheckVersion( $DBversion ) ) { Link Here
14076
$DBversion = "16.12.00.022";
14076
$DBversion = "16.12.00.022";
14077
if( CheckVersion( $DBversion ) ) {
14077
if( CheckVersion( $DBversion ) ) {
14078
    print "NOTE: The sender for serial claim notifications has been corrected. The email address of the staff member is no longer used. We will use the branch email address or KohaAdminEmailAddress, as is done for other notices.\n";
14078
    print "NOTE: The sender for serial claim notifications has been corrected. The email address of the staff member is no longer used. We will use the branch email address or KohaAdminEmailAddress, as is done for other notices.\n";
14079
    SetVersion( $DBversion );
14079
    print "Upgrade to $DBversion done (Bug 17866 - Change sender for serial claim notifications)\n";
14080
    print "Upgrade to $DBversion done (Bug 17866 - Change sender for serial claim notifications)\n";
14080
}
14081
}
14081
14082
14082
- 

Return to bug 17866