Author: mcantelon
Date: Mon Jan 2 12:51:37 2012
New Revision: 10512
Log:
Corrected import column name.
Modified:
trunk/lib/task/csvImportTask.class.php
Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php Mon Jan 2 12:43:25 2012
(r10511)
+++ trunk/lib/task/csvImportTask.class.php Mon Jan 2 12:51:37 2012
(r10512)
@@ -133,7 +133,7 @@
'noteMap' => array(
'radNoteConservation' => array('typeId' => array_search('Conservation
note', $noteTypes)),
'radNoteGeneral' => array('typeId' => array_search('General note',
$noteTypes)),
- 'OLD PHOTO NO' => array(
+ 'radNoteAlphaNumericDesignation' => array(
'typeId' => 247,
'transformationLogic' => function(&$self, $text)
{
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.