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

(-)a/acqui/orderreceive.pl (+1 lines)
Lines 177-182 $template->param( Link Here
177
    invoiceid             => $invoice->{invoiceid},
177
    invoiceid             => $invoice->{invoiceid},
178
    invoice               => $invoice->{invoicenumber},
178
    invoice               => $invoice->{invoicenumber},
179
    gst_values            => \@gst_values,
179
    gst_values            => \@gst_values,
180
    vendor                => $bookseller,
180
);
181
);
181
182
182
my $patron = Koha::Patrons->find( $loggedinuser )->unblessed;
183
my $patron = Koha::Patrons->find( $loggedinuser )->unblessed;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 23-29 Link Here
23
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
23
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
24
        [% END %]
24
        [% END %]
25
        [% WRAPPER breadcrumb_item %]
25
        [% WRAPPER breadcrumb_item %]
26
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.basket.booksellerid | uri %]">[% name | html %]</a>
26
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% vendor.id | uri %]">[% name | html %]</a>
27
        [% END %]
27
        [% END %]
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
29
            [% IF ( invoice ) %]
29
            [% IF ( invoice ) %]
30
- 

Return to bug 8179