details: /erp/devel/main/rev/b0daa068f6d3
changeset: 8443:b0daa068f6d3
user: Balamurugan Ramadoss <balamurugan.ramadoss <at> openbravo.com>
date: Mon Sep 20 16:20:04 2010 +0530
summary: Fixes Issue 14616: to post a bank statement, if the report have got
more than page, the rows are not showed
details: /erp/devel/main/rev/cb48a6557b67
changeset: 8444:cb48a6557b67
user: Antonio Moreno <antonio.moreno <at> openbravo.com>
date: Mon Sep 20 17:38:36 2010 +0200
summary: Fixed issue 14623. ColumnDataChange.equals() method will now take
into accont that newValue can be null.
details: /erp/devel/main/rev/d7c675d41460
changeset: 8445:d7c675d41460
user: RM packaging bot <staff.rm <at> openbravo.com>
date: Mon Sep 20 20:08:30 2010 +0000
summary: CI: promote changesets from pi to main
diffstat:
src-db/database/lib/dbsourcemanager.jar | 0
src-db/database/sourcedata/AD_MODULE.xml | 2
+-
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java | 6
++----
3 files changed, 3 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r a4c4d0f0a33c -r d7c675d41460 src-db/database/lib/dbsourcemanager.jar
Binary file src-db/database/lib/dbsourcemanager.jar has changed
diff -r a4c4d0f0a33c -r d7c675d41460 src-db/database/sourcedata/AD_MODULE.xml
--- a/src-db/database/sourcedata/AD_MODULE.xml Mon Sep 20 13:12:07 2010 +0530
+++ b/src-db/database/sourcedata/AD_MODULE.xml Mon Sep 20 20:08:30 2010 +0000
@@ -6,7 +6,7 @@
<!--0--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID>
<!--0--> <ISACTIVE><![CDATA[Y]]></ISACTIVE>
<!--0--> <NAME><![CDATA[core]]></NAME>
-<!--0--> <VERSION><![CDATA[2.50.18350]]></VERSION>
+<!--0--> <VERSION><![CDATA[2.50.18444]]></VERSION>
<!--0--> <DESCRIPTION><![CDATA[Core module is the base one]]></DESCRIPTION>
<!--0--> <HELP><![CDATA[Core module is the base one, all developments in core
are included as part of the standard Openbravo ERP.]]></HELP>
<!--0--> <URL><![CDATA[www.openbravo.com]]></URL>
diff -r a4c4d0f0a33c -r d7c675d41460
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
--- a/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
Mon Sep 20 13:12:07 2010 +0530
+++ b/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
Mon Sep 20 20:08:30 2010 +0000
@@ -340,8 +340,7 @@
} else if (vars.commandIn("DIRECT")) {
data = ReportGeneralLedgerJournalData.selectDirect(this,
Utility.getContext(this, vars,
"#User_Client", "ReportGeneralLedger"), Utility.getContext(this,
vars,
- "#AccessibleOrgTree", "ReportGeneralLedger"), strTable, strRecord,
initRecordNumber,
- intRecordRangePredefined);
+ "#AccessibleOrgTree", "ReportGeneralLedger"), strTable, strRecord);
if (data != null && data.length > 0)
strPosition = ReportGeneralLedgerJournalData.selectCountDirect(this,
Utility.getContext(
this, vars, "#User_Client", "ReportGeneralLedger"),
Utility.getContext(this, vars,
@@ -350,8 +349,7 @@
} else if (vars.commandIn("DIRECT2")) {
data = ReportGeneralLedgerJournalData.selectDirect2(this,
Utility.getContext(this, vars,
"#User_Client", "ReportGeneralLedger"), Utility.getContext(this,
vars,
- "#AccessibleOrgTree", "ReportGeneralLedger"), strFactAcctGroupId,
initRecordNumber,
- intRecordRangePredefined);
+ "#AccessibleOrgTree", "ReportGeneralLedger"), strFactAcctGroupId);
if (data != null && data.length > 0)
strPosition = ReportGeneralLedgerJournalData.selectCountDirect2(this,
Utility.getContext(
this, vars, "#User_Client", "ReportGeneralLedger"),
Utility.getContext(this, vars,
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits