fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7138] bkbooking: minor update


From: Kjell Arne Espedal
Subject: [Fmsystem-commits] [7138] bkbooking: minor update
Date: Thu, 24 Mar 2011 08:32:29 +0000

Revision: 7138
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7138
Author:   kjell
Date:     2011-03-24 08:32:28 +0000 (Thu, 24 Mar 2011)
Log Message:
-----------
bkbooking: minor update

Modified Paths:
--------------
    trunk/booking/jasper/templates/application.jrxml

Modified: trunk/booking/jasper/templates/application.jrxml
===================================================================
--- trunk/booking/jasper/templates/application.jrxml    2011-03-23 12:48:13 UTC 
(rev 7137)
+++ trunk/booking/jasper/templates/application.jrxml    2011-03-24 08:32:28 UTC 
(rev 7138)
@@ -53,7 +53,7 @@
                <parameter name="APPLICATION_ID" class="java.lang.Integer"/>
                <queryString language="SQL">
                        <![CDATA[SELECT
-     to_char(time,'DD/MM/YYYY HH24:MI') AS date, author, comment FROM 
"bb_application_comment" bb_application_comment WHERE 
bb_application_comment.application_id = $P!{APPLICATION_ID} AND 
bb_application_comment.type = 'comment']]>
+     to_char(time,'DD/MM/YYYY HH24:MI') AS date, author, comment FROM 
"bb_application_comment" bb_application_comment WHERE 
bb_application_comment.application_id = $P!{APPLICATION_ID} AND 
bb_application_comment.type = 'comment' OFFSET 1]]>
                </queryString>
                <field name="date" class="java.lang.String"/>
                <field name="author" class="java.lang.String"/>




reply via email to

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