Bugzilla – Attachment 14101 Details for
Bug 8033
remove unused sco/receipt template file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8033 follow-up removing tabs in indentation
Bug-8033-follow-up-removing-tabs-in-indentation.patch (text/plain), 2.25 KB, created by
Elliott Davis
on 2012-12-13 19:03:04 UTC
(
hide
)
Description:
Bug 8033 follow-up removing tabs in indentation
Filename:
MIME Type:
Creator:
Elliott Davis
Created:
2012-12-13 19:03:04 UTC
Size:
2.25 KB
patch
obsolete
>From 9b182c79351f30ccbb444c10b6578dbeacc96b7c Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 12 Dec 2012 08:47:41 +0100 >Subject: [PATCH] Bug 8033 follow-up removing tabs in indentation > >Signed-off-by: Elliott Davis <elliott@test.bywatersolutions.com> >--- > opac/sco/sco-main.pl | 14 +++++++------- > 1 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/opac/sco/sco-main.pl b/opac/sco/sco-main.pl >index f53fcda..f8c6238 100755 >--- a/opac/sco/sco-main.pl >+++ b/opac/sco/sco-main.pl >@@ -56,16 +56,16 @@ unless (C4::Context->preference('WebBasedSelfCheck')) { > > if (C4::Context->preference('AutoSelfCheckAllowed')) > { >- my $AutoSelfCheckID = C4::Context->preference('AutoSelfCheckID'); >- my $AutoSelfCheckPass = C4::Context->preference('AutoSelfCheckPass'); >- $query->param(-name=>'userid',-values=>[$AutoSelfCheckID]); >- $query->param(-name=>'password',-values=>[$AutoSelfCheckPass]); >+ my $AutoSelfCheckID = C4::Context->preference('AutoSelfCheckID'); >+ my $AutoSelfCheckPass = C4::Context->preference('AutoSelfCheckPass'); >+ $query->param(-name=>'userid',-values=>[$AutoSelfCheckID]); >+ $query->param(-name=>'password',-values=>[$AutoSelfCheckPass]); > $query->param(-name=>'koha_login_context',-values=>['sco']); > } > my ($template, $loggedinuser, $cookie) = get_template_and_user({ > template_name => "sco/sco-main.tmpl", > authnotrequired => 0, >- flagsrequired => { circulate => "circulate_remaining_permissions" }, >+ flagsrequired => { circulate => "circulate_remaining_permissions" }, > query => $query, > type => "opac", > debug => 1, >@@ -239,13 +239,13 @@ if ($borrower->{cardnumber}) { > patronlogin => $patronlogin, > patronpw => $patronpw, > noitemlinks => 1 , >- borrowernumber => $borrower->{'borrowernumber'}, >+ borrowernumber => $borrower->{'borrowernumber'}, > ); > my $inputfocus = ($return_only == 1) ? 'returnbook' : > ($confirm_required == 1) ? 'confirm' : 'barcode' ; > $template->param( > inputfocus => $inputfocus, >- nofines => 1, >+ nofines => 1, > "dateformat_" . C4::Context->preference('dateformat') => 1, > ); > if (C4::Context->preference('ShowPatronImageInWebBasedSelfCheck')) { >-- >1.7.2.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 8033
:
10648
|
10649
|
10677
|
10678
|
11112
|
12316
|
13559
|
13716
|
14024
|
14025
|
14026
|
14091
|
14094
|
14095
|
14096
|
14097
|
14098
|
14099
|
14100
|
14101
|
14102
|
14134
|
14496
|
14498
|
17373
|
17374
|
18053
|
18054
|
22301
|
22302
|
37489
|
37490
|
37497
|
37651