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

(-)a/acqui/orderreceive.pl (-1 lines)
Lines 149-155 if ( $order->subscriptionid ) { Link Here
149
}
149
}
150
150
151
$template->param(
151
$template->param(
152
    count                 => 1,
153
    order                 => $order,
152
    order                 => $order,
154
    name                  => $bookseller->name,
153
    name                  => $bookseller->name,
155
    cur_active_sym        => $active_currency->symbol,
154
    cur_active_sym        => $active_currency->symbol,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 25-31 Link Here
25
25
26
<h1>Receive items from : [% name | html %] [% IF ( invoice ) %][[% invoice | html %]] [% END %] (order #[% order.ordernumber | html %])</h1>
26
<h1>Receive items from : [% name | html %] [% IF ( invoice ) %][[% invoice | html %]] [% END %] (order #[% order.ordernumber | html %])</h1>
27
27
28
[% IF ( count ) %]
28
[% IF ( order ) %]
29
    <form action="/cgi-bin/koha/acqui/finishreceive.pl" class="noEnterSubmit" method="post" onsubmit="return Check(this);">
29
    <form action="/cgi-bin/koha/acqui/finishreceive.pl" class="noEnterSubmit" method="post" onsubmit="return Check(this);">
30
<div class="row">
30
<div class="row">
31
<div class="col-sm-6">
31
<div class="col-sm-6">
32
- 

Return to bug 23376