Bugzilla – Attachment 91446 Details for
Bug 15497
Limit item types by library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15497: Remove use of Data::Printer
Bug-15497-Remove-use-of-DataPrinter.patch (text/plain), 792 bytes, created by
Kyle M Hall (khall)
on 2019-07-10 15:04:04 UTC
(
hide
)
Description:
Bug 15497: Remove use of Data::Printer
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-07-10 15:04:04 UTC
Size:
792 bytes
patch
obsolete
>From 5da889f218ace0f8a2e4c4142585dcdc25cd5e32 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 10 Jul 2019 11:03:27 -0400 >Subject: [PATCH] Bug 15497: Remove use of Data::Printer > >--- > admin/itemtypes.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/admin/itemtypes.pl b/admin/itemtypes.pl >index 1161f62314..e93a854fdb 100755 >--- a/admin/itemtypes.pl >+++ b/admin/itemtypes.pl >@@ -198,8 +198,6 @@ if ( $op eq 'add_form' ) { > if ( $op eq 'list' ) { > my $itemtypes = Koha::ItemTypes->search; > foreach my $type ( @{$itemtypes->as_list}) { >- use Data::Printer colored => 1; >- p($type->get_library_limits); > if($type->get_library_limits) { > p($type->get_library_limits->as_list); > } >-- >2.20.1 (Apple Git-117)
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 15497
:
91377
|
91378
|
91379
|
91446
|
91450
|
91451
|
91452
|
91469
|
92725
|
92726
|
92727
|
92728
|
92732
|
92735
|
92736
|
92737
|
92738
|
92739
|
92741
|
92742
|
92743
|
92744
|
92745