Bug 38436: Adjust DB update output

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2024-11-25 12:09:25 +01:00 committed by Katrin Fischer
parent ed25a48ccf
commit c0a8cf18f7
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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)};