Bugzilla – Attachment 120054 Details for
Bug 23271
Koha::Patron::Category should use Koha::Object::Limit::Library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23271: (follow-up) Fix typo 'limlits'
Bug-23271-follow-up-Fix-typo-limlits.patch (text/plain), 920 bytes, created by
Nick Clemens (kidclamp)
on 2021-04-23 11:19:40 UTC
(
hide
)
Description:
Bug 23271: (follow-up) Fix typo 'limlits'
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-04-23 11:19:40 UTC
Size:
920 bytes
patch
obsolete
>From 5acb51f173c7629cdd0b9439d64530b696d559ba Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 23 Apr 2021 11:19:21 +0000 >Subject: [PATCH] Bug 23271: (follow-up) Fix typo 'limlits' > >--- > admin/patron-attr-types.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/patron-attr-types.pl b/admin/patron-attr-types.pl >index 5b357d2c9e..f0c1654cc3 100755 >--- a/admin/patron-attr-types.pl >+++ b/admin/patron-attr-types.pl >@@ -85,7 +85,7 @@ exit 0; > sub add_attribute_type_form { > my $template = shift; > >- my $patron_categories = Koha::Patron::Categories->search_with_library_limlits({}, {order_by => ['description']}); >+ my $patron_categories = Koha::Patron::Categories->search_with_library_limits({}, {order_by => ['description']}); > $template->param( > attribute_type_form => 1, > confirm_op => 'add_attribute_type_confirmed', >-- >2.11.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 23271
:
94292
|
94293
|
94294
|
119503
|
119504
|
119505
|
119529
|
119530
|
119531
|
119532
|
119533
|
119537
|
119579
|
119580
|
119581
|
119582
|
119583
|
119584
|
119772
|
119773
|
119774
|
119775
|
119776
|
119777
|
119939
|
119956
|
119957
| 120054