|
Lines 304-310
function IEEventHandler_KeyDown() {
Link Here
|
| 304 |
</span></li> |
304 |
</span></li> |
| 305 |
<li><label for="quantity">Quantity received: </label> |
305 |
<li><label for="quantity">Quantity received: </label> |
| 306 |
[% IF (AcqCreateItemReceiving) %] |
306 |
[% IF (AcqCreateItemReceiving) %] |
| 307 |
<input readonly="readonly" type="text" size="20" name="quantityrec" id="quantity" value="0" /> |
307 |
[% IF ( subscriptionid ) %] |
|
|
308 |
<input readonly="readonly" type="text" size="20" name="quantityrec" id="quantity" value="1" /> |
| 309 |
[% ELSE %] |
| 310 |
<input readonly="readonly" type="text" size="20" name="quantityrec" id="quantity" value="0" /> |
| 311 |
[% END %] |
| 308 |
[% ELSE %] |
312 |
[% ELSE %] |
| 309 |
[% IF ( quantityreceived ) %] |
313 |
[% IF ( quantityreceived ) %] |
| 310 |
[% IF ( edit ) %] |
314 |
[% IF ( edit ) %] |
| 311 |
- |
|
|