Bugzilla – Attachment 31489 Details for
Bug 12852
The "preview" param is never used in serials/claims.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12852: Some unused stuffs more
Bug-12852-Some-unused-stuffs-more.patch (text/plain), 2.07 KB, created by
Jonathan Druart
on 2014-09-09 13:23:29 UTC
(
hide
)
Description:
Bug 12852: Some unused stuffs more
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-09-09 13:23:29 UTC
Size:
2.07 KB
patch
obsolete
>From ed0d92040eba40b03960160262a737f7ebaff50f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 9 Sep 2014 15:22:35 +0200 >Subject: [PATCH] Bug 12852: Some unused stuffs more > >These parameters are never used. >GetBookSeller takes a string (bookseller name) in parameter, not an id! >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt | 3 --- > serials/claims.pl | 6 ------ > 2 files changed, 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >index 41099b2..3957427 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -198,9 +198,6 @@ > [% END %] > </select> > <input type="submit" value="OK" /> >- [% IF ( phone ) %]Phone: [% phone %][% END %] >- [% IF ( booksellerfax ) %]Fax: [% booksellerfax %][% END %] >- [% IF ( bookselleremail ) %]</p><p><a href="mailto:[% bookselleremail %]">[% bookselleremail %]</a>[% END %] > </fieldset> > </form> > >diff --git a/serials/claims.pl b/serials/claims.pl >index dc55fad..bf2ed2f 100755 >--- a/serials/claims.pl >+++ b/serials/claims.pl >@@ -84,21 +84,15 @@ if (@serialnums) { # i.e. they have been flagged to generate claims > my $letters = GetLetters({ module => 'claimissues' }); > > my @missingissues; >-my @supplierinfo; > if ($supplierid) { > @missingissues = GetLateOrMissingIssues($supplierid); >- @supplierinfo=GetBookSeller($supplierid); > } > > $template->param( > suploop => $supplierlist, >- phone => $supplierinfo[0]->{phone}, >- booksellerfax => $supplierinfo[0]->{booksellerfax}, >- bookselleremail => $supplierinfo[0]->{bookselleremail}, > missingissues => \@missingissues, > supplierid => $supplierid, > claimletter => $claimletter, >- supplierloop => \@supplierinfo, > branchloop => $branchloop, > csv_profiles => C4::Csv::GetCsvProfiles( "sql" ), > letters => $letters, >-- >2.1.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 12852
:
31278
|
31489
|
31831
|
31838
|
31839
|
31840
|
32275
|
32276
|
32277