Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021562Openbravo ERP07. Sales managementpublic2012-09-06 11:342012-09-26 17:18
maite 
jecharri 
immediatemajoralways
closedfixed 
5
 
3.0MP16 
Core
No
0021562: SE_Order_BPartner callout needs to be adapted as Business Partner selector has been changed
SE_Order_BPartner callout continues loading Locations addresses combo when it is not necessary. That causes problem when combo contains huge amount of data
1. Define more than 1000 locations for specific BP
2. Create Order and select that BP.
3. Realize that callout breaks
Perform 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);
    }
No tags attached.
Issue History
2012-09-06 11:34maiteNew Issue
2012-09-06 11:34maiteAssigned To => dmiguelez
2012-09-06 11:34maiteModules => Core
2012-09-06 11:34maiteTarget Version => 3.0MP16
2012-09-06 11:41maiteAssigned Todmiguelez => jonalegriaesarte
2012-09-06 11:41maiteProposed Solution updated
2012-09-06 11:51jonalegriaesarteAssigned Tojonalegriaesarte => jecharri
2012-09-06 11:51jonalegriaesartePriorityurgent => immediate
2012-09-07 11:06hgbotCheckin
2012-09-07 11:06hgbotNote Added: 0051915
2012-09-07 11:06hgbotStatusnew => resolved
2012-09-07 11:06hgbotResolutionopen => fixed
2012-09-07 11:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/19529696b8067cc8db4dfdd6734ad5f76d852ce4 [^]
2012-09-07 11:22maiteNote Added: 0051918
2012-09-07 11:22maiteStatusresolved => closed
2012-09-26 17:18hudsonbotCheckin
2012-09-26 17:18hudsonbotNote Added: 0052702

Notes
(0051915)
hgbot   
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   
2012-09-07 11:22   
verified
(0052702)
hudsonbot   
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