Author: mcantelon
Date: Tue Feb 14 16:28:55 2012
New Revision: 10891
Log:
Fixed issue with physical object creation.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Tue Feb 14 16:28:01 2012
(r10890)
+++ trunk/lib/QubitFlatfileImport.class.php Tue Feb 14 16:28:55 2012
(r10891)
@@ -1074,6 +1074,7 @@
$object = new QubitPhysicalObject;
$object->name = $name;
$object->location = $location;
+ $object->typeId = 179;
$object->save();
return $object;
}
--
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.