details: https://code.openbravo.com/erp/devel/pi/rev/ba872238c328
changeset: 20258:ba872238c328
user: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
date: Thu May 02 17:54:34 2013 +0200
summary: fixes report Not Posted navigation to financial account transaction
tab
diffstat:
src/org/openbravo/erpCommon/ad_reports/ReportNotPosted_data.xsql | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r f51008f99386 -r ba872238c328
src/org/openbravo/erpCommon/ad_reports/ReportNotPosted_data.xsql
--- a/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted_data.xsql Thu May
02 17:53:46 2013 +0200
+++ b/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted_data.xsql Thu May
02 17:54:34 2013 +0200
@@ -12,13 +12,13 @@
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2001-2012 Openbravo SLU
+ * All portions are Copyright (C) 2001-2013 Openbravo SLU
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
-->
<SqlClass name="ReportNotPostedData"
package="org.openbravo.erpCommon.ad_reports">
- <SqlClassComment>Clase ReportNotPostedData</SqlClassComment>
+ <SqlClassComment>Class ReportNotPostedData</SqlClassComment>
<SqlMethod name="select" type="preparedStatement" return="multiple">
<SqlMethodComment>Select for relation</SqlMethodComment>
<Sql>
@@ -220,7 +220,7 @@
where ad_client_id=?
and docbasetype='FAT')
and ad_language=?
- and ad_client_id=?)), 'Financial Account Transaction') as document,
'FF8080812F213146012F2135BC25000E' as tab_id, 'FAT' as docbasetype,
+ and ad_client_id=?)), 'Financial Account Transaction') as document,
'23691259D1BD4496BCC5F32645BCA4B9' as tab_id, 'FAT' as docbasetype,
fin_finacc_transaction_id as record_id
from fin_finacc_transaction
where processed = 'Y'
------------------------------------------------------------------------------
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