Lines 130-136
Link Here
|
130 |
<h1>Receive items from : [% name %] [% IF ( invoice ) %][[% invoice %]] [% END %] (order #[% ordernumber %])</h1> |
130 |
<h1>Receive items from : [% name %] [% IF ( invoice ) %][[% invoice %]] [% END %] (order #[% ordernumber %])</h1> |
131 |
|
131 |
|
132 |
[% IF ( count ) %] |
132 |
[% IF ( count ) %] |
133 |
<form action="/cgi-bin/koha/acqui/finishreceive.pl" method="post" onsubmit="return Check(this);"> |
133 |
<form action="/cgi-bin/koha/acqui/finishreceive.pl" method="post" name="f" onsubmit="return Check(this);"> |
134 |
<div class="yui-g"> |
134 |
<div class="yui-g"> |
135 |
<div class="yui-u first"> |
135 |
<div class="yui-u first"> |
136 |
<div class="error" style="display:none"></div> |
136 |
<div class="error" style="display:none"></div> |
137 |
- |
|
|