Bugzilla – Attachment 176760 Details for
Bug 35145
Add ability to order patron attributes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35145: Added missing import
Bug-35145-Added-missing-import.patch (text/plain), 915 bytes, created by
William Lavoie
on 2025-01-17 21:27:18 UTC
(
hide
)
Description:
Bug 35145: Added missing import
Filename:
MIME Type:
Creator:
William Lavoie
Created:
2025-01-17 21:27:18 UTC
Size:
915 bytes
patch
obsolete
>From 9eb3a97d2f95aeec0707c6d7b2294bac89680342 Mon Sep 17 00:00:00 2001 >From: William Lavoie <william.lavoie@inLibro.com> >Date: Fri, 17 Jan 2025 16:15:55 -0500 >Subject: [PATCH] Bug 35145: Added missing import > >Added missing import >--- > .../mysql/atomicupdate/bug_35145_order_patron_attributes.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_35145_order_patron_attributes.pl b/installer/data/mysql/atomicupdate/bug_35145_order_patron_attributes.pl >index 4a7a690ee2..ed46374ed0 100755 >--- a/installer/data/mysql/atomicupdate/bug_35145_order_patron_attributes.pl >+++ b/installer/data/mysql/atomicupdate/bug_35145_order_patron_attributes.pl >@@ -1,5 +1,5 @@ > use Modern::Perl; >- >+use Koha::Installer::Output qw(say_success); > return { > bug_number => "35145", > description => "Add display_order column to borrower_attribute_types table", >-- >2.43.0
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 35145
:
159182
|
159193
|
159344
|
159345
|
162347
|
162348
|
162619
|
162620
|
162621
|
162622
|
162676
|
166473
|
166519
|
166520
|
166521
|
169256
|
169257
|
169258
|
170330
|
170331
|
170332
|
170627
|
170628
|
170629
|
176756
|
176757
|
176758
|
176760
|
176761
|
176762
|
176763
|
176764
|
176765
|
177119