details:   /erp/devel/pi/rev/fbca014448d8
changeset: 12143:fbca014448d8
user:      Pablo Sarobe <pablo.sarobe <at> openbravo.com>
date:      Thu May 12 19:39:01 2011 +0200
summary:   Fixes issue 17149: HQL query error

diffstat:

 src-db/database/sourcedata/AD_TAB.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r db2ff87c56e8 -r fbca014448d8 src-db/database/sourcedata/AD_TAB.xml
--- a/src-db/database/sourcedata/AD_TAB.xml     Thu May 12 19:11:30 2011 +0200
+++ b/src-db/database/sourcedata/AD_TAB.xml     Thu May 12 19:39:01 2011 +0200
@@ -4298,7 +4298,7 @@
 <!--431-->  <ISSORTTAB><![CDATA[N]]></ISSORTTAB>
 <!--431-->  <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID>
 <!--431-->  <UIPATTERN><![CDATA[RO]]></UIPATTERN>
-<!--431-->  <HQLWHERECLAUSE><![CDATA[e in (select t1.businessPartner from 
TimeAndExpenseSheet as t1, TimeAndExpenseSheetLine as t2 where 
t1=t2.expenseSheet and t1.processed='Y' and t2.reinvoice='Y' and 
t2.salesOrderLine is null))]]></HQLWHERECLAUSE>
+<!--431-->  <HQLWHERECLAUSE><![CDATA[e in (select t2.businessPartner from 
TimeAndExpenseSheet as t1, TimeAndExpenseSheetLine as t2 where 
t1=t2.expenseSheet and t1.processed='Y' and t2.reinvoice='Y' and 
t2.salesOrderLine is null))]]></HQLWHERECLAUSE>
 <!--431--></AD_TAB>
 
 <!--432--><AD_TAB>

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to