Skip to content

Commit

Permalink
Fix to minor bug created from replacement of term specimen with occur…
Browse files Browse the repository at this point in the history
…rence
  • Loading branch information
bdbrandt committed Sep 10, 2018
1 parent d0d9048 commit 313fa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/admin/specupload.php
Expand Up @@ -485,7 +485,7 @@ function pkChanged(selObj){
<input type="hidden" name="processingstatus" value="<?php echo $processingStatus;?>" />
<input type="hidden" name="uspid" value="<?php echo $uspid;?>" />
<div style="margin:5px;">
<input type="submit" name="action" value="Transfer Records to Central Specimen Table" />
<input type="submit" name="action" value="Transfer Records to Central Occurrence Table" />
</div>
</form>
</fieldset>
Expand Down

0 comments on commit 313fa96

Please sign in to comment.