From 070436637b7e9bdbf6c8c7ca26065b317afee2f7 Mon Sep 17 00:00:00 2001 From: Edward Gilbert Date: Fri, 6 Sep 2019 13:29:31 -0700 Subject: [PATCH 01/23] Specimen Upload Adjustments - Allow match-on-other-catalog-number variable to carried over from file upload to mapping forms (needed for NEON support) - Misc spelling fixes --- collections/admin/specupload.php | 15 ++++++++------- collections/specprocessor/imageprocessor.php | 15 ++++++--------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/collections/admin/specupload.php b/collections/admin/specupload.php index 4084458150..22ba4a802a 100644 --- a/collections/admin/specupload.php +++ b/collections/admin/specupload.php @@ -18,7 +18,7 @@ $importIdent = array_key_exists("importident",$_REQUEST)?true:false; $importImage = array_key_exists("importimage",$_REQUEST)?true:false; $matchCatNum = array_key_exists("matchcatnum",$_REQUEST)?true:false; -$matchOtherCatNum = array_key_exists("matchothercatnum",$_REQUEST)?true:false; +$matchOtherCatNum = array_key_exists('matchothercatnum',$_REQUEST)&&$_REQUEST['matchothercatnum']?true:false; $verifyImages = array_key_exists("verifyimages",$_REQUEST)&&$_REQUEST['verifyimages']?true:false; $processingStatus = array_key_exists("processingstatus",$_REQUEST)?$_REQUEST['processingstatus']:''; $finalTransfer = array_key_exists("finaltransfer",$_REQUEST)?$_REQUEST["finaltransfer"]:0; @@ -539,7 +539,7 @@ function pkChanged(selObj){ Match on Catalog Number
- + /> Match on Other Catalog Numbers