Bug 17866: [QA Follow-up] Reword message for missing email address
[koha.git] / installer / data / mysql / atomicupdate / bug17866.perl
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 }