Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036176Openbravo ERPA. Platformpublic2017-06-05 11:432017-06-22 11:19
maite 
caristu 
urgentmajoralways
closedduplicate 
5
 
 
caristu
Core
No
0036176: Business Partner Category information not shown in Business Partner selector due to "_extraProperties" are missed
In case a Selector is invoked from manual HTML (using "selectorLink") then "_extraProperties" parameter is not being sent so some information is not properly displayed
1. Install "Remittance's Infrastructure" module[1] and apply dataset
2. Create new Remittance Header, run "Select orders or invoices" process and open "Business Partner selector" by clicking on magnifying glass
3. Realize that Business Partner Category information is not shown


[1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Remittances-Infrastructure [^]
Problem is in "ob-selector-widget.js", in method "initWidget" in "filterData" function it is necessary to add "_extraProperties" variable
No tags attached.
duplicate of defect 0034797 closed alostale Insert Orphan line preference allows to insert products without having into account organization. 
Issue History
2017-06-05 11:43maiteNew Issue
2017-06-05 11:43maiteAssigned To => platform
2017-06-05 11:43maiteModules => Core
2017-06-05 11:43maiteResolution time => 1498428000
2017-06-05 11:43maiteTriggers an Emergency Pack => No
2017-06-05 11:44maiteIssue Monitored: networkb
2017-06-05 13:34caristuDescription Updatedbug_revision_view_page.php?rev_id=15292#r15292
2017-06-21 09:50caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=15387#r15387
2017-06-22 08:41caristuAssigned Toplatform => caristu
2017-06-22 08:41caristuStatusnew => scheduled
2017-06-22 11:17caristuRelationship addedduplicate of 0034797
2017-06-22 11:19caristuReview Assigned To => caristu
2017-06-22 11:19caristuNote Added: 0097582
2017-06-22 11:19caristuStatusscheduled => closed
2017-06-22 11:19caristuResolutionopen => duplicate
2017-06-22 11:19caristuNote Edited: 0097582bug_revision_view_page.php?bugnote_id=0097582#r15391

Notes
(0097582)
caristu   
2017-06-22 11:19   
The "_extraParameters" was not being added because an incorrect default assignment using bitwise or operator instead of boolean OR was preventing to build the request parameters properly.

This is solved with the following changeset: https://code.openbravo.com/erp/devel/pi/rev/4cd8e4f37081841dbe8b682db0e1ceb3625bfece [^]