Lines 235-241
Link Here
|
235 |
[% INCLUDE 'patron-title.inc' patron = creator %] |
235 |
[% INCLUDE 'patron-title.inc' patron = creator %] |
236 |
</span> |
236 |
</span> |
237 |
</li> |
237 |
</li> |
238 |
<li><label for="quantity_to_receive">Quantity to receive: </label><span class="label"> |
238 |
<li><label for="quantity_to_receive">Quantity ordered: </label><span class="label"> |
239 |
[% IF edit or subscriptionid %] |
239 |
[% IF edit or subscriptionid %] |
240 |
<input type="text" id="quantity_to_receive" name="quantity" value="[% quantity | html %]" /> |
240 |
<input type="text" id="quantity_to_receive" name="quantity" value="[% quantity | html %]" /> |
241 |
[% ELSE%] |
241 |
[% ELSE%] |
242 |
- |
|
|