Bug 23233: (follow-up) Add description to atomic upgrade
Signed-off-by: Lari Taskula <lari.taskula@hypernova.fi> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
1bd6c7d457
commit
b2b9f2ceb8
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ if( CheckVersion( $DBversion ) ) {
|
|||
});
|
||||
|
||||
SetVersion( $DBversion );
|
||||
print "Upgrade to $DBversion done (Bug XXXXX - description)\n";
|
||||
print "Upgrade to $DBversion done (Bug 23233 - Rename AllowItemsOnHoldCheckout syspref)\n";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue