Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008717Openbravo ERP09. Financial managementpublic2009-04-22 13:012009-05-12 17:46
networkb 
dalsasua 
immediatemajoralways
closedfixed 
30
2.40MP3 
2.40MP4 
Core
No
0008717: 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);
No tags attached.
blocks defect 0008706 closed dalsasua The next arrow on the Detail of the General Ledger Journal does not work well. 
Issue History
2009-04-22 18:18psarobeTypedefect => backport
2009-04-22 18:18psarobefix_in_branch => 2.40
2009-04-24 13:25hgbotCheckin
2009-04-24 13:25hgbotNote Added: 0015694
2009-04-24 13:25hgbotStatusscheduled => resolved
2009-04-24 13:25hgbotResolutionopen => fixed
2009-04-24 13:25hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/a3b17703119b19ffb928c89b6ccc22c7a8966420 [^]
2009-05-10 19:37psarobeFixed in Version => 2.40MP4
2009-05-12 17:46plujanStatusresolved => closed

Notes
(0015694)
hgbot   
2009-04-24 13:25   
Repository: erp/stable/2.40
Changeset: a3b17703119b19ffb928c89b6ccc22c7a8966420
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Fri Apr 24 13:13:40 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/a3b17703119b19ffb928c89b6ccc22c7a8966420 [^]

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

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