Bugzilla – Attachment 172563 Details for
Bug 37954
Unable to hide barcode column in holdings table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[23.11] Bug 37954: Atomc update
2311-Bug-37954-Atomc-update.patch (text/plain), 1.56 KB, created by
Pedro Amorim
on 2024-10-09 08:48:18 UTC
(
hide
)
Description:
[23.11] Bug 37954: Atomc update
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-10-09 08:48:18 UTC
Size:
1.56 KB
patch
obsolete
>From ebededdf77f184c7912734389da644fa57cd44ae Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 9 Oct 2024 08:47:03 +0000 >Subject: [PATCH] [23.11] Bug 37954: Atomc update > >--- > installer/data/mysql/atomicupdate/bug_37954.pl | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_37954.pl b/installer/data/mysql/atomicupdate/bug_37954.pl >index 1c75e5b3ed7..0a70872b9e7 100755 >--- a/installer/data/mysql/atomicupdate/bug_37954.pl >+++ b/installer/data/mysql/atomicupdate/bug_37954.pl >@@ -1,5 +1,4 @@ > use Modern::Perl; >-use Koha::Installer::Output qw(say_warning say_failure say_success say_info); > > return { > bug_number => "37954", >@@ -14,7 +13,7 @@ return { > } > ); > if ($existing_holdings_barcode_setting) { >- say_info( $out, "Settings already exist" ); >+ say $out "Settings already exist"; > } else { > my ( $cannot_be_toggled, $is_hidden ) = $dbh->selectrow_array( > q{ >@@ -29,9 +28,9 @@ return { > ('catalogue', 'detail', 'holdings_table', 'holdings_barcode', $cannot_be_toggled, $is_hidden ) > } > ); >- say_success( $out, "Settings moved to holdings_barcode" ); >+ say $out "Settings moved to holdings_barcode"; > } else { >- say_info( $out, "No settings for holdings_barcodes found" ); >+ say $out "No settings for holdings_barcodes found"; > } > } > $dbh->do( >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37954
:
171659
|
171662
|
171698
|
171713
|
171714
|
172561
|
172562
|
172563
|
172564