Bugzilla – Attachment 129357 Details for
Bug 29865
Wrong includes in circ/returns.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29865: Fix duplicate includes in circ/returns.pl
Bug-29865-Fix-duplicate-includes-in-circreturnspl.patch (text/plain), 983 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-01-12 18:23:12 UTC
(
hide
)
Description:
Bug 29865: Fix duplicate includes in circ/returns.pl
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-01-12 18:23:12 UTC
Size:
983 bytes
patch
obsolete
>From ff1a2774941650c614dd631ef3c1a84934214252 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 12 Jan 2022 15:21:46 -0300 >Subject: [PATCH] Bug 29865: Fix duplicate includes in circ/returns.pl > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > circ/returns.pl | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 8ab9986d91..6a9ec17617 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -35,9 +35,6 @@ use CGI qw ( -utf8 ); > use DateTime; > > use C4::Auth qw( get_template_and_user get_session haspermission ); >-use C4::Output qw( output_html_with_http_headers ); >-use C4::Circulation qw( barcodedecode GetBranchItemRule AddReturn updateWrongTransfer LostItem ); >-use C4::Reserves qw( ModReserve ModReserveAffect GetOtherReserves ); > use C4::Circulation qw( barcodedecode GetBranchItemRule AddReturn updateWrongTransfer LostItem ); > use C4::Context; > use C4::Items qw( ModItemTransfer ); >-- >2.32.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 29865
:
129357
|
129380