Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007807Openbravo ERP07. Sales managementpublic2009-02-24 21:452009-04-22 00:00
villind 
anthony_wolski 
highmajoralways
closedfixed 
5
2.40MP3 
2.50 
Core
No
0007807: Webservice methods getCustomerContact() and updateCustomer() use emailuser insted of email address
Webservice methods getCustomerContact() and updateCustomer() use emailuser insted of email address. The SQL select and update are accessing the emails server username instead of the email address field.
See the attached patch.
No tags attached.
depends on backport 0007919 closed anthony_wolski Webservice methods getCustomerContact() and updateCustomer() use emailuser insted of email address 
diff webservice-contact-email-fix.diff (1,804) 2009-02-24 21:45
https://issues.openbravo.com/file_download.php?file_id=937&type=bug
Issue History
2009-02-24 21:45villindNew Issue
2009-02-24 21:45villindAssigned To => rafaroda
2009-02-24 21:45villindFile Added: webservice-contact-email-fix.diff
2009-02-24 21:45villindRegression testing => No
2009-03-03 13:34rafarodaNote Added: 0014309
2009-03-03 13:34rafarodaAssigned Torafaroda => anthony_wolski
2009-03-03 13:34rafarodaPrioritynormal => high
2009-03-03 13:34rafarodaStatusnew => scheduled
2009-03-03 13:34rafarodafix_in_branch => trunk
2009-03-09 17:16hgbotCheckin
2009-03-09 17:16hgbotNote Added: 0014530
2009-03-09 17:16hgbotStatusscheduled => resolved
2009-03-09 17:16hgbotResolutionopen => fixed
2009-03-09 17:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4fbbce4c33a40053f41a5119235134ca342b147e [^]
2009-04-21 10:33psarobeStatusresolved => closed
2009-04-22 00:00anonymoussf_bug_id0 => 2778008

Notes
(0014309)
rafaroda   
2009-03-03 13:34   
Tony,

Please see whether this is also happening with new Webservices.

Thanks.
(0014530)
hgbot   
2009-03-09 17:16   
Repository: erp/devel/pi
Changeset: 4fbbce4c33a40053f41a5119235134ca342b147e
Author: Anthony Wolski <awolski <at> openbravo.com>
Date: Mon Mar 09 13:53:43 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4fbbce4c33a40053f41a5119235134ca342b147e [^]

Fixes issue 0007807. Web service methods now use email.

---
M src/org/openbravo/erpCommon/ws/services/WebServiceImpl.java
M src/org/openbravo/erpCommon/ws/services/WebServicesContact_data.xsql
---