Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011524Openbravo ERPA. Platformpublic2009-11-27 11:232009-12-22 00:00
networkb 
alostale 
highminoralways
closedfixed 
5
2.50MP8 
2.50MP112.50MP10 
OBPS
Core
No
0011524: Error in a Search Record
In Financial Management || Receivables & Payables || Transactions || Manual Settlement || Manual Settlement >> Create Payment (EDITION VIEW)
on the search botton doesn't work the Business Partner button.
-As Openbravo Admin go to In Financial Management || Receivables & Payables || Transactions || Manual Settlement || Manual Settlement >> Create Payment
-On the Edition View click the Search button.
-Click the Business Partner button
No tags attached.
Issue History
2009-11-27 11:23networkbNew Issue
2009-11-27 11:23networkbAssigned To => rafaroda
2009-11-27 11:23networkbOBNetwork customer => Yes
2009-11-27 11:57rafarodaNote Added: 0022223
2009-11-27 11:57rafarodaAssigned Torafaroda => dbaz
2009-11-27 11:57rafarodaPriorityimmediate => high
2009-11-27 11:57rafarodaStatusnew => scheduled
2009-11-27 11:57rafarodaCategory09. Financial management => A. Platform
2009-12-10 12:59dbazNote Added: 0022634
2009-12-10 13:00dbazNote Edited: 0022634
2009-12-10 13:00dbazAssigned Todbaz => alostale
2009-12-15 15:38hgbotCheckin
2009-12-15 15:38hgbotNote Added: 0022840
2009-12-15 15:38hgbotStatusscheduled => resolved
2009-12-15 15:38hgbotResolutionopen => fixed
2009-12-15 15:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/42b366475604009d365f418106f4bafadfd7ba0e [^]
2009-12-16 16:47hudsonbotCheckin
2009-12-16 16:47hudsonbotNote Added: 0022878
2009-12-21 08:15sureshbabuNote Added: 0022968
2009-12-21 08:15sureshbabuStatusresolved => closed
2009-12-21 08:15sureshbabuFixed in Version => 2.50MP10
2009-12-22 00:00anonymoussf_bug_id0 => 2918982

Notes
(0022223)
rafaroda   
2009-11-27 11:57   
The JS seems to be malformed (see message).

missing ) after argument list
http://vmubuntu:8989/erp-pi-ora//businessUtility/Buscador.html?Command=FRAME1 [^]
Line 1
(0022634)
dbaz   
2009-12-10 12:59   
(edited on: 2009-12-10 13:00)
The problem is inside the html.

There is

onClick="openSearch(null, null, 'file://///vmkubuntu/tomcat/webapps/pi/info/BusinessPartner.html', [^] null, false, 'frmMain', 'inpParamC_BPartner_ID', 'inpParamC_BPartner_ID_DES', document.frmMain.inpParamC_BPartner_ID_DES.value, 'WindowID', '800006', 'inpisSOTrxTab', '''')

And it seems that '''' (four ') confuse the browser. It should be '' (two ') or '\'\''

(0022840)
hgbot   
2009-12-15 15:38   
Repository: erp/devel/pi
Changeset: 42b366475604009d365f418106f4bafadfd7ba0e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Dec 15 15:38:11 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/42b366475604009d365f418106f4bafadfd7ba0e [^]

fixed bug 11524: Error in a Search Record

---
M src/org/openbravo/erpCommon/businessUtility/Buscador.java
---
(0022878)
hudsonbot   
2009-12-16 16:47   
---
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/42b366475604 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/1767de909fe7 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/obx/core/OpenbravoERP-2.50CI.15751.obx [^]
---
(0022968)
sureshbabu   
2009-12-21 08:15   
Business partner search record working fine in Manual settlement || Create Payment tab.