Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0020251 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 07. Sales management | major | have not tried | 2012-04-12 12:20 | 2012-04-17 05:31 | |||
Reporter | jonalegriaesarte | View Status | public | |||||
Assigned To | guilleaer | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0MP11 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 83facabed792 | ||||
Projection | none | ETA | none | Target Version | 3.0MP11 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0MP9 | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0020251: Under special conditions the business partner callout in orders windows, fails | |||||||
Description | Under 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 Solution | The 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 | |||||||
Tags | Regression | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
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 (administrator) 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 |