Author: mcantelon
Date: Tue Mar 27 13:04:43 2012
New Revision: 11288

Log:
Added import support for physical condition rad notes.

Modified:
   trunk/lib/task/import/csvImportTask.class.php

Modified: trunk/lib/task/import/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvImportTask.class.php       Tue Mar 27 12:57:06 
2012        (r11287)
+++ trunk/lib/task/import/csvImportTask.class.php       Tue Mar 27 13:04:43 
2012        (r11288)
@@ -174,6 +174,9 @@
         'radNoteGeneral' => array(
           'typeId' => array_search('General note', $termData['radNoteTypes'])
         ),
+        'radNotePhysicalDescription' => array(
+          'typeId' => array_search('Physical description', 
$termData['radNoteTypes'])
+        ),
         'radNoteStatementOfResponsibility' => array(
           'typeId' => array_search('Statements of responsibility', 
$termData['titleNoteTypes'])
         ),

-- 
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.

Reply via email to