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

(-)a/installer/data/mysql/atomicupdate/bug17866.perl (-1 / +5 lines)
Line 0 Link Here
0
- 
1
$DBversion = 'XXX';  # will be replaced by the RM
2
if( CheckVersion( $DBversion ) ) {
3
    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";
4
    print "Upgrade to $DBversion done (Bug 17866 - Change sender for serial claim notifications)\n";
5
}

Return to bug 17866