details:   https://code.openbravo.com/erp/devel/pi/rev/f51008f99386
changeset: 20257:f51008f99386
user:      Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
date:      Thu May 02 17:53:46 2013 +0200
summary:   Fixes bug 20078

diffstat:

 src/org/openbravo/erpCommon/ad_forms/AcctServer_data.xsql |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2f2212e431cc -r f51008f99386 
src/org/openbravo/erpCommon/ad_forms/AcctServer_data.xsql
--- a/src/org/openbravo/erpCommon/ad_forms/AcctServer_data.xsql Thu May 02 
16:01:10 2013 +0200
+++ b/src/org/openbravo/erpCommon/ad_forms/AcctServer_data.xsql Thu May 02 
17:53:46 2013 +0200
@@ -39,7 +39,7 @@
         '' AS USER1_ID, '' AS USER2_ID, '' AS CONVERTED, '' AS PERIOD, '' AS 
C_INVOICELINE_ID,'' AS M_INOUTLINE_ID, '' AS M_PRODUCT_ID,
         '' AS DATETRX1, '' AS DATETRX2, '' AS QTY1, '' AS QTY2, '' AS 
ACCOUNT_ID, '' AS C_INVOICE_ID, '' AS NAME, '' AS CLASSNAME,
         '' AS ACCTDATECOLUMN, '' AS TABLENAME, '' AS ACCTCLASSNAME, '' as 
ISREVERSAL, '' as ISRETURN,   a.DATEACCT as da, '' AS RN1
-        FROM C_INVOICE a, ad_org WHERE a.AD_CLIENT_ID=?
+        FROM C_INVOICE a WHERE a.AD_CLIENT_ID=?
         and a.ad_org_id in ('1')
         AND PROCESSED='Y'
         AND (PROCESSING='N' OR PROCESSING IS NULL)

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to