Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013988Openbravo ERPZ. Otherspublic2010-07-16 18:322011-05-24 10:57
shuehner 
gorkaion 
urgentmajorhave not tried
closedfixed 
5
2.50 
 
Advanced Payables and Receivables Mngmt
No
0013988: Transaction.java servlet in this module calls ToolBar.java with wrong parameter...
...which makes the refresh button in the Transaction tab of the Financial accounts window fail. Note the refresh button is also called after using Reconcile + Save in that same tab.

Not that this refresh button failure only happens when using the new layout, as in the new layout the refresh button moved into the ToolBar class. Before that the bug was just hidden.
closingMay2011
related to defect 0013989 closed alostale The generated HTML code of the refresh button is different when using the new layout 
diff apr_toolbar_fix.diff (757) 2010-07-16 18:33
https://issues.openbravo.com/file_download.php?file_id=2774&type=bug
Issue History
2010-07-16 18:32shuehnerNew Issue
2010-07-16 18:32shuehnerAssigned To => gorkaion
2010-07-16 18:33shuehnerFile Added: apr_toolbar_fix.diff
2010-07-16 18:33shuehnerNote Added: 0029368
2010-07-16 18:47hgbotCheckin
2010-07-16 18:47hgbotNote Added: 0029370
2010-07-16 18:47hgbotStatusnew => resolved
2010-07-16 18:47hgbotResolutionopen => fixed
2010-07-16 18:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/586c1ec5fc715c6a4bb50fb05a656492e4c6ede5 [^]
2010-07-16 18:55shuehnerRelationship addedrelated to 0013989
2010-07-16 18:55shuehnerNote Added: 0029371
2011-05-24 09:59dalsasuaTag Attached: closingMay2011
2011-05-24 10:57dalsasuaStatusresolved => closed

Notes
(0029368)
shuehner   
2010-07-16 18:33   
Note: the patch is already applied in the rc1 vm as a late fix to get this tab working.
(0029370)
hgbot   
2010-07-16 18:47   
Repository: erp/pmods/org.openbravo.advpaymentmngt
Changeset: 586c1ec5fc715c6a4bb50fb05a656492e4c6ede5
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Fri Jul 16 18:46:04 2010 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/586c1ec5fc715c6a4bb50fb05a656492e4c6ede5 [^]

Fixed issue 13988. Applied provided patch to initialize correctly the Toolbar in the Transactions class.

---
M src/org/openbravo/advpaymentmngt/ad_forms/Transactions.java
---
(0029371)
shuehner   
2010-07-16 18:55   
Note: for the complete fix also the fix in core in issue 13989 is needed.