Bugzilla – Attachment 75082 Details for
Bug 20284
ILL: Adding a 'new request' from OPAC fails with template error if text exists in ILLModuleCopyrightClearance
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20284: Fix minor compilation errors
Bug-20284-Fix-minor-compilation-errors.patch (text/plain), 1.40 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-05-04 15:34:29 UTC
(
hide
)
Description:
Bug 20284: Fix minor compilation errors
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-05-04 15:34:29 UTC
Size:
1.40 KB
patch
obsolete
>From cb81cbf6b8075692265c1f7f86ca6683fa1078cc Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 4 May 2018 12:30:55 -0300 >Subject: [PATCH] Bug 20284: Fix minor compilation errors > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > opac/opac-illrequests.pl | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/opac/opac-illrequests.pl b/opac/opac-illrequests.pl >index 1566118e2c..002b60f8f1 100755 >--- a/opac/opac-illrequests.pl >+++ b/opac/opac-illrequests.pl >@@ -86,8 +86,8 @@ if ( $op eq 'list' ) { > '/cgi-bin/koha/opac-illrequests.pl?method=view&illrequest_id=' . > $params->{illrequest_id} . > '&message=1' >- exit; > ); >+ exit; > } elsif ( $op eq 'cancreq') { > my $request = Koha::Illrequests->find({ > borrowernumber => $loggedinuser, >@@ -98,9 +98,8 @@ if ( $op eq 'list' ) { > '/cgi-bin/koha/opac-illrequests.pl?method=view&illrequest_id=' . > $params->{illrequest_id} . > '&message=1' >- exit; > ); >- >+ exit; > } elsif ( $op eq 'create' ) { > if (!$params->{backend}) { > my $req = Koha::Illrequest->new; >@@ -138,7 +137,7 @@ if ( $op eq 'list' ) { > $template->param( > message => $params->{message}, > illrequestsview => 1, >- method => $op >+ method => $op > ); > > output_html_with_http_headers $query, $cookie, $template->output; >-- >2.17.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 20284
:
73870
|
74156
|
74426
|
74599
|
74652
|
75079
|
75080
|
75081
| 75082