Changeset 1483
- Timestamp:
- Nov 30, 2011, 8:16:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/branches/2.0-stable/src/net/sf/basedb/reggie/servlet/PartitionRegistrationServlet.java
r1463 r1483 247 247 hisSample.setOriginalQuantity(hisWeight); 248 248 BioMaterialEvent creationEvent = hisSample.getCreationEvent(); 249 creationEvent.addSource( hisSample).setUsedQuantity(hisWeight);249 creationEvent.addSource(specimen).setUsedQuantity(hisWeight); 250 250 251 251 Reggie.setAnnotationValue(hisSample, partitionDateType, partitionDate);
Note: See TracChangeset
for help on using the changeset viewer.