|
Lines 291-297
Link Here
|
| 291 |
<script type="text/javascript"> |
291 |
<script type="text/javascript"> |
| 292 |
function checkForm() { |
292 |
function checkForm() { |
| 293 |
if ( $('#uploadbarcodes').val() && $('#barcodelist').val() ) { |
293 |
if ( $('#uploadbarcodes').val() && $('#barcodelist').val() ) { |
| 294 |
alert(_("You have uploaded a barcode file and scanned barcodes at the same time. Please choose one of the options before.")); |
294 |
alert(_("You have uploaded a barcode file and scanned barcodes at the same time. Please choose one of the two options.")); |
| 295 |
return false; |
295 |
return false; |
| 296 |
} |
296 |
} |
| 297 |
if ( $('#uploadbarcodes').val() || $('#barcodelist').val() ) { |
297 |
if ( $('#uploadbarcodes').val() || $('#barcodelist').val() ) { |
| 298 |
- |
|
|