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

(-)a/acqui/orderreceive.pl (-1 lines)
Lines 152-158 if ( $order->subscriptionid ) { Link Here
152
}
152
}
153
153
154
$template->param(
154
$template->param(
155
    count                 => 1,
156
    order                 => $order,
155
    order                 => $order,
157
    freight               => $freight,
156
    freight               => $freight,
158
    name                  => $bookseller->name,
157
    name                  => $bookseller->name,
(-)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