|
Lines 146-159
Link Here
|
| 146 |
[% END %] |
146 |
[% END %] |
| 147 |
|
147 |
|
| 148 |
<div id="parcels_new_parcel"> |
148 |
<div id="parcels_new_parcel"> |
| 149 |
<form method="get" action="parcels.pl"> |
149 |
<form method="get" action="parcels.pl" class="validated"> |
| 150 |
<fieldset class="rows"> |
150 |
<fieldset class="rows"> |
| 151 |
<legend>Receive a new shipment</legend> |
151 |
<legend>Receive a new shipment</legend> |
| 152 |
<ol> <li> |
152 |
<ol> <li> |
| 153 |
<label for="invoice">Vendor invoice </label> |
153 |
<label for="invoice" class="required">Vendor invoice:</label> |
| 154 |
<input type="hidden" name="booksellerid" value="[% booksellerid %]" /> |
154 |
<input type="hidden" name="booksellerid" value="[% booksellerid %]" /> |
| 155 |
<input type="hidden" name="op" value="new" /> |
155 |
<input type="hidden" name="op" value="new" /> |
| 156 |
<input type="text" size="20" id="invoice" name="invoice" class="focus" /> |
156 |
<input type="text" size="20" id="invoice" name="invoice" class="focus required" required="required" /> |
| 157 |
</li> |
157 |
</li> |
| 158 |
[% IF ( gst ) %] |
158 |
[% IF ( gst ) %] |
| 159 |
<li> |
159 |
<li> |
| 160 |
- |
|
|