Bugzilla – Attachment 34291 Details for
Bug 12404
CSV profiles improvements (concatenations, substrings, conditions...)
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.33 KB, created by
Biblibre Sandboxes
on 2014-12-11 09:03:46 UTC
(
hide
)
Description:
Bug 12852: Some unused stuffs more
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2014-12-11 09:03:46 UTC
Size:
2.33 KB
patch
obsolete
>From 2551c26f362ede90674c5d067dea7b21a0cbaeab 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! > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> > >Signed-off-by: scourret@gmail.com <2> > >http://bugs.koha-community.org/show_bug.cgi?id=12404 >--- > .../prog/en/modules/serials/claims.tt | 3 --- > serials/claims.pl | 6 ------ > 2 files changed, 0 insertions(+), 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 4cd666e..f20b486 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, >-- >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 12404
:
28767
|
28768
|
28769
|
28770
|
28771
|
33170
|
33171
|
33172
|
33173
|
33174
|
33263
|
33477
|
34288
|
34289
|
34290
|
34291
|
34292
|
34293
|
34294
|
34300
|
34301
|
34302
|
34303
|
34405
|
34406
|
34407
|
34408
|
34409
|
34410
|
34411
|
35048
|
35049
|
35050
|
35051
|
35052
|
35053
|
35054