Bug 38436: Adjust DB update output
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
ed25a48ccf
commit
c0a8cf18f7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use Koha::Installer::Output qw(say_warning say_success say_info);
|
|||
|
||||
return {
|
||||
bug_number => "38436",
|
||||
description => "Adjust column names for holdings tables",
|
||||
description => "Adjust column names for holdings tables in the table settings",
|
||||
up => sub {
|
||||
my ($args) = @_;
|
||||
my ( $dbh, $out ) = @$args{qw(dbh out)};
|
||||
|
|
Loading…
Reference in a new issue