Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008706Openbravo ERP09. Financial managementpublic2009-04-22 13:012009-05-05 00:00
networkb 
dalsasua 
immediatemajoralways
closedfixed 
30
2.40MP3 
2.50MP1 
Core
No
0008706: The next arrow on the Detail of the General Ledger Journal does not work well.
The next arrow on the Detail of the General Ledger Journal does not work well.
If you click next after go to the details of the General Ledger Journal,
you go to the General Ledger Report
instead of going to the second page of the General Ledger Journal Detail.

In the General Ledger JournalDetail.java file. The toobar is creted to navige to the ReportGeneralLedger report.
see the following line:


 ToolBar toolbar = new ToolBar(this, vars.getLanguage(), "ReportGeneralLedger", false, "", "", "",false, "ad_reports", strReplaceWith, false, true);
250MP1
depends on backport 0008717 closed dalsasua The next arrow on the Detail of the General Ledger Journal does not work well. 
Issue History
2009-04-22 13:01networkbNew Issue
2009-04-22 13:01networkbAssigned To => rafaroda
2009-04-22 13:01networkbRegression testing => No
2009-04-22 14:52rafarodaAssigned Torafaroda => dalsasua
2009-04-22 18:18psarobeStatusnew => scheduled
2009-04-22 18:18psarobefix_in_branch => pi
2009-04-23 16:04psarobeTag Attached: 250MP1
2009-04-24 17:13hgbotCheckin
2009-04-24 17:13hgbotNote Added: 0015713
2009-04-24 17:13hgbotStatusscheduled => resolved
2009-04-24 17:13hgbotResolutionopen => fixed
2009-04-24 17:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/6b228d79cb775794f3b403cde32bb8d716dd9286 [^]
2009-05-04 19:06psarobeStatusresolved => closed
2009-05-05 00:00anonymoussf_bug_id0 => 2786914

Notes
(0015713)
hgbot   
2009-04-24 17:13   
Repository: erp/devel/pi
Changeset: 6b228d79cb775794f3b403cde32bb8d716dd9286
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Fri Apr 24 17:11:58 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6b228d79cb775794f3b403cde32bb8d716dd9286 [^]

Fixes bug 0008706: The next arrow on the Detail of the General Ledger Journal does not work well.

---
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.java
---