Bugzilla – Attachment 182244 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), 1019 bytes, created by
David Nind
on 2025-05-11 22:41:39 UTC
(
hide
)
Description:
Bug 35145: Added missing import
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-05-11 22:41:39 UTC
Size:
1019 bytes
patch
obsolete
>From 430ed7871106580ec657aaa796d6031e5c5af9d3 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 > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: David Nind <david@davidnind.com> >--- > .../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.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 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
|
181885
|
181886
|
181887
|
181888
|
181889
|
181890
|
182241
|
182242
|
182243
| 182244 |
182245
|
182246