From 0825b1971780c5d77761d784cd855fb29785c58d Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Fri, 3 Sep 2010 11:01:47 +0000 Subject: [PATCH] [LMS-1663] fixed handling modification date SVN: 17704 --- .../server/business/bo/samplelister/ISampleListingQuery.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/samplelister/ISampleListingQuery.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/samplelister/ISampleListingQuery.java index 1f1f5afcfdb..5d6ae02fa9b 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/samplelister/ISampleListingQuery.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/samplelister/ISampleListingQuery.java @@ -60,7 +60,8 @@ public interface ISampleListingQuery extends TransactionQuery, IPropertyListingQ static final String SELECT_FROM_SAMPLES_S = " SELECT s.id, s.perm_id, s.code, s.expe_id, s.grou_id, s.saty_id, s.dbin_id, " - + " s.registration_timestamp, s.pers_id_registerer, s.inva_id, s.samp_id_part_of " + + " s.registration_timestamp, s.modification_timestamp, s.pers_id_registerer, " + + " s.inva_id, s.samp_id_part_of " + " FROM samples s"; /** -- GitLab