Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0011017
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 09. Financial managementmajoralways2009-10-16 13:342009-10-29 12:52
ReporternetworkbView Statuspublic 
Assigned Todalsasua 
PriorityimmediateResolutionfixedFixed in Version2.40MP11
StatusclosedFix in branch2.40Fixed in SCM revision0db06307da42
ProjectionnoneETAnoneTarget Version2.40MP11
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.40MP9SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0011017: The values of the filter on the General Accounting Report are not properly used

DescriptionThe values of the filter on the General Accounting Report are not properly used.
In the org.openbravo.erpCommon.ad_reports.GeneralAccountingReports
the value for strDateToRef variable is taked from the field inpAsDateToRef
ant it should be taken from the field inpDateToRef
Proposed SolutionReplace the following line

String strDateToRef = vars.getRequestGlobalVariable("inpAsDateToRef", "GeneralAccountingReports|dateToRef");

for this other

String strDateToRef = vars.getRequestGlobalVariable("inpDateToRef", "GeneralAccountingReports|dateToRef");

Tagsmain
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 00110132.40MP11 closeddalsasua The values of the filter on the General Accounting Report are not properly used 

-  Notes
(0021171)
dalsasua (reporter)
2009-10-19 12:37

Repository: erp/stable/2.40
Changeset: 0db06307da42c6df79eb1558414233545078e1ef
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Mon Oct 19 10:04:52 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/0db06307da42c6df79eb1558414233545078e1ef [^] [^]

Fixes issue 10945. Fixes issue 11013.
The values of the filter on the General Accounting Report are not properly used

---
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
---
(0021468)
arunkumar (reporter)
2009-10-29 12:52

Tested & Working fine.

- Issue History
Date Modified Username Field Change
2009-10-16 13:55 psarobe Type defect => backport
2009-10-16 13:55 psarobe fix_in_branch => 2.40
2009-10-19 08:30 rafaroda Assigned To rafaroda => dalsasua
2009-10-19 12:37 dalsasua Status scheduled => resolved
2009-10-19 12:37 dalsasua Fixed in Version => 2.40
2009-10-19 12:37 dalsasua Fixed in SCM revision => 0db06307da42c6df79eb1558414233545078e1ef
2009-10-19 12:37 dalsasua Resolution open => fixed
2009-10-19 12:37 dalsasua Note Added: 0021171
2009-10-22 19:26 psarobe Tag Attached: main
2009-10-29 12:52 arunkumar Status resolved => closed
2009-10-29 12:52 arunkumar Note Added: 0021468
2009-10-29 12:52 arunkumar Fixed in Version 2.40 => 2.40MP11


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker