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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 46-52 Link Here
46
<h1>Receive items from : [% name | html %] [% IF ( invoice ) %][[% invoice | html %]] [% END %] (order #[% order.ordernumber | html %])</h1>
46
<h1>Receive items from : [% name | html %] [% IF ( invoice ) %][[% invoice | html %]] [% END %] (order #[% order.ordernumber | html %])</h1>
47
47
48
[% IF ( order ) %]
48
[% IF ( order ) %]
49
    <form action="/cgi-bin/koha/acqui/finishreceive.pl" class="noEnterSubmit" method="post" onsubmit="return Check(this);">
49
    <form id="f" action="/cgi-bin/koha/acqui/finishreceive.pl" class="noEnterSubmit" method="post" onsubmit="return Check(this);">
50
<div class="row">
50
<div class="row">
51
<div class="col-sm-6">
51
<div class="col-sm-6">
52
    <div class="dialog alert order_error" style="display:none"></div>
52
    <div class="dialog alert order_error" style="display:none"></div>
53
- 

Return to bug 28103