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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0021562
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementmajoralways2012-09-06 11:342012-09-26 17:18
ReportermaiteView Statuspublic 
Assigned Tojecharri 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision19529696b806
ProjectionnoneETAnoneTarget Version3.0MP16
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0021562: SE_Order_BPartner callout needs to be adapted as Business Partner selector has been changed

DescriptionSE_Order_BPartner callout continues loading Locations addresses combo when it is not necessary. That causes problem when combo contains huge amount of data
Steps To Reproduce1. Define more than 1000 locations for specific BP
2. Create Order and select that BP.
3. Realize that callout breaks
Proposed SolutionPerform following changes in SE_Order_BPartner.java

- Code where "BPartner Location" is calculated should be substituted by

String strLocation = info.vars.getStringParameter("inpcBpartnerId_LOC");
    if(strLocation!=null){
    info.addResult("inpcBpartnerLocationId", strLocation);
    }


- Code where "Bill to" is calculated should be substituted by

if(strLocation!=null){
    info.addResult("inpbilltoId", strLocation);
    }
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0051915)
hgbot (developer)
2012-09-07 11:06

Repository: erp/devel/pi
Changeset: 19529696b8067cc8db4dfdd6734ad5f76d852ce4
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Thu Sep 06 16:17:21 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/19529696b8067cc8db4dfdd6734ad5f76d852ce4 [^]

Fixes issue 21562: SE_Order_BPartner callout needs to be adapted
as Business Partner selector has been changed

---
M src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
---
(0051918)
maite (developer)
2012-09-07 11:22

verified
(0052702)
hudsonbot (developer)
2012-09-26 17:18

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/b780e90c6452 [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2012-09-06 11:34 maite New Issue
2012-09-06 11:34 maite Assigned To => dmiguelez
2012-09-06 11:34 maite Modules => Core
2012-09-06 11:34 maite Target Version => 3.0MP16
2012-09-06 11:41 maite Assigned To dmiguelez => jonalegriaesarte
2012-09-06 11:41 maite Proposed Solution updated
2012-09-06 11:51 jonalegriaesarte Assigned To jonalegriaesarte => jecharri
2012-09-06 11:51 jonalegriaesarte Priority urgent => immediate
2012-09-07 11:06 hgbot Checkin
2012-09-07 11:06 hgbot Note Added: 0051915
2012-09-07 11:06 hgbot Status new => resolved
2012-09-07 11:06 hgbot Resolution open => fixed
2012-09-07 11:06 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/19529696b8067cc8db4dfdd6734ad5f76d852ce4 [^]
2012-09-07 11:22 maite Note Added: 0051918
2012-09-07 11:22 maite Status resolved => closed
2012-09-26 17:18 hudsonbot Checkin
2012-09-26 17:18 hudsonbot Note Added: 0052702


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker