Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018148Openbravo ERP00. Application dictionarypublic2011-08-01 14:232011-08-16 13:46
egoitz 
egoitz 
highminoralways
closedno change required 
5
2.50MP32 
2.50MP33 
Core
No
0018148: 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.
depends on backport 00182852.50MP33 closed egoitz On the partenr selector it is used a parameter that is not defined on the parameters on the reference 
png parameter.png (124,738) 2011-08-01 14:23
https://issues.openbravo.com/file_download.php?file_id=4403&type=bug
png
Issue History
2011-08-01 14:23egoitzNew Issue
2011-08-01 14:23egoitzAssigned To => egoitz
2011-08-01 14:23egoitzFile Added: parameter.png
2011-08-01 14:23egoitzModules => Core
2011-08-16 12:23egoitzStatusnew => scheduled
2011-08-16 12:23egoitzfix_in_branch => pi
2011-08-16 13:46egoitzNote Added: 0040229
2011-08-16 13:46egoitzStatusscheduled => closed
2011-08-16 13:46egoitzResolutionopen => no change required

Notes
(0040229)
egoitz   
2011-08-16 13:46   
The selectors on Openbravo 3, are different than in 2.50 so the parameter is not needed.