Author: reinhard
Date: 2006-01-02 04:26:10 -0600 (Mon, 02 Jan 2006)
New Revision: 229

Modified:
   hotline/forms/hotline.gfd
Log:
Fixed parameter for createResultSet.


Modified: hotline/forms/hotline.gfd
===================================================================
--- hotline/forms/hotline.gfd   2006-01-02 10:21:07 UTC (rev 228)
+++ hotline/forms/hotline.gfd   2006-01-02 10:26:10 UTC (rev 229)
@@ -117,7 +117,7 @@
         if dtsKunde.count () == 1:
           selected = True
     else:
-      res = dtsOpenTickets.createResultSet ()
+      res = dtsOpenTickets.createResultSet (query = True)
       if res.getRecordCount ():
         params = {'ticket': None, 'kunde': None}
         activateDialog ('selectTicket', params, 1)



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to