commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue-contrib] r231 - hotline/schema


From: reinhard
Subject: [gnue-contrib] r231 - hotline/schema
Date: Mon, 9 Jan 2006 12:59:42 -0600 (CST)

Author: reinhard
Date: 2006-01-09 12:59:42 -0600 (Mon, 09 Jan 2006)
New Revision: 231

Modified:
   hotline/schema/hotline.gcd
Log:
Oops.


Modified: hotline/schema/hotline.gcd
===================================================================
--- hotline/schema/hotline.gcd  2006-01-09 18:03:40 UTC (rev 230)
+++ hotline/schema/hotline.gcd  2006-01-09 18:59:42 UTC (rev 231)
@@ -148,7 +148,7 @@
       leistungen = find ('hotline_leistung', cond, [], prop)
       diff = datetime.timedelta ()
       for l in leistungen:
-        diff = diff + (l.start - l.ende)
+        diff = diff + (l.ende - l.start)
       return diff
     </property>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]