View | Details | Raw Unified | Return to bug 5445
Collapse All | Expand All

(-)a/acqui/z3950_search.pl (-1 / +7 lines)
Lines 30-35 use C4::Context; Link Here
30
use C4::Breeding;
30
use C4::Breeding;
31
use C4::Koha;
31
use C4::Koha;
32
use C4::Charset;
32
use C4::Charset;
33
use C4::Bookseller qw/ GetBookSellerFromId /;
33
use ZOOM;
34
use ZOOM;
34
35
35
my $input        = new CGI;
36
my $input        = new CGI;
Lines 44-49 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
44
    }
45
    }
45
);
46
);
46
47
48
47
my $dbh          = C4::Context->dbh;
49
my $dbh          = C4::Context->dbh;
48
my $error        = $input->param('error');
50
my $error        = $input->param('error');
49
my $biblionumber = $input->param('biblionumber');
51
my $biblionumber = $input->param('biblionumber');
Lines 102-111 foreach my $thisframeworkcode ( keys %$frameworks ) { Link Here
102
    push @frameworkcodeloop, \%row;
104
    push @frameworkcodeloop, \%row;
103
}
105
}
104
106
107
my $vendor = GetBookSellerFromId($booksellerid);
105
$template->param( frameworkcode => $frameworkcode, 
108
$template->param( frameworkcode => $frameworkcode, 
106
                                    frameworkcodeloop => \@frameworkcodeloop,
109
                                    frameworkcodeloop => \@frameworkcodeloop,
107
                                    booksellerid => $booksellerid,
110
                                    booksellerid => $booksellerid,
108
                                    basketno => $basketno);
111
                                    basketno => $basketno,
112
                                    name => $vendor->{'name'}
113
                                    );
114
                                    
109
115
110
116
111
if ( $op ne "do_search" ) {
117
if ( $op ne "do_search" ) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
<body>
24
<body>
25
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'acquisitions-search.inc' %]
26
[% INCLUDE 'acquisitions-search.inc' %]
27
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=[% booksellerid %]">[% booksellername %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket #[% basketno %]</a> &rsaquo;  Add orders from iso2709 file</div>
27
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=[% booksellerid %]">[% booksellername %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> &rsaquo;  Add orders from iso2709 file</div>
28
<div id="doc3" class="yui-t2">
28
<div id="doc3" class="yui-t2">
29
   <div id="bd">
29
   <div id="bd">
30
       <div id="yui-main">
30
       <div id="yui-main">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 110-116 $(document).ready(function() Link Here
110
[% INCLUDE 'header.inc' %]
110
[% INCLUDE 'header.inc' %]
111
[% INCLUDE 'acquisitions-search.inc' %]
111
[% INCLUDE 'acquisitions-search.inc' %]
112
112
113
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> &rsaquo; [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber %])[% ELSE %]New order[% END %]</div>
113
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=[% booksellerid %]">[% name %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> &rsaquo; [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber %])[% ELSE %]New order[% END %]</div>
114
114
115
<div id="doc3" class="yui-t2">
115
<div id="doc3" class="yui-t2">
116
116
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-2 / +1 lines)
Lines 63-69 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
63
[% INCLUDE 'header.inc' %]
63
[% INCLUDE 'header.inc' %]
64
[% INCLUDE 'acquisitions-search.inc' %]
64
[% INCLUDE 'acquisitions-search.inc' %]
65
65
66
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Order from Z39.50 search</div>
66
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=[% booksellerid %]">[% name %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> &rsaquo; Order from Z39.50 search</div>
67
<div id="doc3" class="yui-t7">
67
<div id="doc3" class="yui-t7">
68
      <div id="bd">
68
      <div id="bd">
69
	  [% IF ( opsearch ) %]
69
	  [% IF ( opsearch ) %]
70
- 

Return to bug 5445