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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020251
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementmajorhave not tried2012-04-12 12:202012-04-17 05:31
ReporterjonalegriaesarteView Statuspublic 
Assigned Toguilleaer 
PriorityimmediateResolutionfixedFixed in Version3.0MP11
StatusclosedFix in branchFixed in SCM revision83facabed792
ProjectionnoneETAnoneTarget Version3.0MP11
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version3.0MP9SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020251: Under special conditions the business partner callout in orders windows, fails

DescriptionUnder special conditions the business partner callout in orders windows, fails.
Steps To Reproduce- All the business partners should be checked as Sales representative = N
- Create a new sales order
- Select a business partner
- The invoice rule combo is not loaded. So the order can not be saved
Proposed SolutionThe problem comes from this changeset: https://code.openbravo.com/erp/devel/pi/rev/cac07d43bece [^]
In org.openbravo.erpCommon.ad_callouts.SE_Order_BPartner, in invoice rule section, the change:
- resultado.append("new Array(\"inpinvoicerule\", ");
- if (l != null && l.length > 0) {
- resultado.append("new Array(");
+ if (tld != null && tld.length > 0) {
+ info.addSelect("inpinvoicerule");

is generating the inconsistency, because it is using the tld variable, which is not correct
TagsRegression
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 00196753.0MP9 closedguilleaer Some callouts should be re-factorized 
blocks defect 0020213 closedthirumalaik Invoicerule issue in Purchase order 

-  Notes
(0047517)
hgbot (developer)
2012-04-12 12:44

Repository: erp/devel/pi
Changeset: 83facabed792547fd4f549cf40ab5c79f9c9ef14
Author: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Apr 12 12:43:25 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/83facabed792547fd4f549cf40ab5c79f9c9ef14 [^]

Fixed issue 20251: business partner callout problems have been solved

This problem was produced in the refactoring process of the callout. This has been fixed by changing the wrong variable tld to the correct one l

---
M src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
---
(0047522)
guilleaer (developer)
2012-04-12 12:53

Test plan:
Follow the defined steps to reproduce ir and check that all is working correctly

This fix is not risky.
(0047543)
AugustoMauch (manager)
2012-04-12 18:02

Code reviewed and verified in pi@67c0f9be4dff
(0047638)
hudsonbot (developer)
2012-04-17 05:31

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/cedf57621434 [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2012-04-12 12:20 jonalegriaesarte New Issue
2012-04-12 12:20 jonalegriaesarte Assigned To => guilleaer
2012-04-12 12:20 jonalegriaesarte Modules => Core
2012-04-12 12:20 jonalegriaesarte Tag Attached: Regression
2012-04-12 12:21 jonalegriaesarte Relationship added related to 0019675
2012-04-12 12:44 hgbot Checkin
2012-04-12 12:44 hgbot Note Added: 0047517
2012-04-12 12:44 hgbot Status new => resolved
2012-04-12 12:44 hgbot Resolution open => fixed
2012-04-12 12:44 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/83facabed792547fd4f549cf40ab5c79f9c9ef14 [^]
2012-04-12 12:53 guilleaer Note Added: 0047522
2012-04-12 18:02 AugustoMauch Note Added: 0047543
2012-04-12 18:02 AugustoMauch Status resolved => closed
2012-04-12 18:02 AugustoMauch Fixed in Version => 3.0MP11
2012-04-17 05:31 hudsonbot Checkin
2012-04-17 05:31 hudsonbot Note Added: 0047638
2012-04-30 09:54 jonalegriaesarte Relationship added blocks 0020213


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker