Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018285Openbravo ERP00. Application dictionarypublic2011-08-01 14:232011-08-17 14:58
egoitz 
egoitz 
highminoralways
closedfixed 
5
2.50MP32 
2.50MP332.50MP33 
Core
No
0018285: On the partenr selector it is used a parameter that is not defined on the parameters on the reference
On the businesspartner selector
org/openbravo/erpCommon/info/BusinessPartner.java
the following parameter is used:

      final String strIsSOTrxTab = vars.getStringParameter("inpisSOTrxTab");

This parameter is not defined on the selector definition on reference, so athough having an auxiliarinput for this parameter on the window, the value is not properly loaded.
For example having an inputauxiliar with name ISSOTRXTAB and value X
the variable is not loaded with this value.
As system administrator
-Create a template and put indevelopment
-Find inputauxiliar with name ISSOTRXTAB on product window
-Change the value of it from '' to X
-Compile the application (product window)

As admin:
-Go to product window
-Click on the business partner field to select a partner
-See that by default providers radiobutton is selected.

If the parameter as the one on the attached image is defined, it works properly and the all radio button is selected.
No tags attached.
blocks defect 00181482.50MP33 closed egoitz On the partenr selector it is used a parameter that is not defined on the parameters on the reference 
Issue History
2011-08-16 12:23egoitzTypedefect => backport
2011-08-16 12:23egoitzfix_in_branch => 2.50
2011-08-16 12:56hgbotCheckin
2011-08-16 12:56hgbotNote Added: 0040175
2011-08-16 12:56hgbotStatusscheduled => resolved
2011-08-16 12:56hgbotResolutionopen => fixed
2011-08-16 12:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/9926ded91219e4df99b3db6c41e6cc43e89cfcbe [^]
2011-08-17 14:58malsasuaNote Added: 0040265
2011-08-17 14:58malsasuaStatusresolved => closed
2011-08-17 14:58malsasuaFixed in Version => 2.50MP33

Notes
(0040175)
hgbot   
2011-08-16 12:56   
Repository: erp/stable/2.50
Changeset: 9926ded91219e4df99b3db6c41e6cc43e89cfcbe
Author: Egoitz Castillo <egoitz.castillo <at> openbravo.com>
Date: Tue Aug 16 12:56:02 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/9926ded91219e4df99b3db6c41e6cc43e89cfcbe [^]

Fixed issue 18285. Missing parameter on partner selector

---
M src-db/database/sourcedata/AD_REF_SEARCH_COLUMN.xml
---
(0040265)
malsasua   
2011-08-17 14:58   
verified