details: /erp/devel/pi/rev/5af820c99011 changeset: 10537:5af820c99011 user: Antonio Moreno <antonio.moreno <at> openbravo.com> date: Thu Feb 10 18:30:36 2011 +0100 summary: Fix whereclause
diffstat: src-db/database/sourcedata/AD_TAB.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 598f6e05abfa -r 5af820c99011 src-db/database/sourcedata/AD_TAB.xml --- a/src-db/database/sourcedata/AD_TAB.xml Thu Feb 10 18:25:21 2011 +0100 +++ b/src-db/database/sourcedata/AD_TAB.xml Thu Feb 10 18:30:36 2011 +0100 @@ -7217,7 +7217,7 @@ <!--800002--> <ISSORTTAB><![CDATA[N]]></ISSORTTAB> <!--800002--> <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID> <!--800002--> <UIPATTERN><![CDATA[STD]]></UIPATTERN> -<!--800002--> <HQLWHERECLAUSE><![CDATA[(e.projectCategory<>'S' e.projectCategory IS NULL)]]></HQLWHERECLAUSE> +<!--800002--> <HQLWHERECLAUSE><![CDATA[(e.projectCategory<>'S' or e.projectCategory IS NULL)]]></HQLWHERECLAUSE> <!--800002--></AD_TAB> <!--800003--><AD_TAB> ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
