Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020770 | Openbravo ERP | A. Platform | public | 2012-06-14 12:48 | 2012-06-14 17:48 |
|
Reporter | naiaramartinez | |
Assigned To | naiaramartinez | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2012-05-31 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/cf3e984e1fae [^] |
Triggers an Emergency Pack | No |
|
Summary | 0020770: when selecting a BP its address is not selecting by default if the field is not mandatory |
Description | when selecting a BP its address is not selecting by default if the field is not mandatory.
In Service Porject window the same is happening for invoice address field. |
Steps To Reproduce | Go to Service Project window.
Create a record. Select a business partner.
Notice that partner Address field is not populating.
In that window there is a invoice address field that is not displaying. If you set that field as visible, you can see that this field is not populating either.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0020257 | 3.0MP12 | closed | AugustoMauch | The partner selector takes long to show data having more than 600k partners |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-06-14 12:48 | naiaramartinez | New Issue | |
2012-06-14 12:48 | naiaramartinez | Assigned To | => alostale |
2012-06-14 12:48 | naiaramartinez | Modules | => Core |
2012-06-14 12:48 | naiaramartinez | OBNetwork customer | => No |
2012-06-14 12:49 | naiaramartinez | Assigned To | alostale => naiaramartinez |
2012-06-14 12:50 | naiaramartinez | Regression date | => 2012-05-31 |
2012-06-14 12:50 | naiaramartinez | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/cf3e984e1fae [^] |
2012-06-14 13:12 | naiaramartinez | Assigned To | naiaramartinez => AugustoMauch |
2012-06-14 13:15 | plujan | Regression level | => Pre packaging ( pi ) |
2012-06-14 13:15 | plujan | Assigned To | AugustoMauch => naiaramartinez |
2012-06-14 15:52 | AugustoMauch | Relationship added | related to 0020257 |
2012-06-14 16:12 | hgbot | Checkin | |
2012-06-14 16:12 | hgbot | Note Added: 0049839 | |
2012-06-14 16:12 | hgbot | Status | new => resolved |
2012-06-14 16:12 | hgbot | Resolution | open => fixed |
2012-06-14 16:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b2f3cf3eb4ee7669229c5c088027f175447a3dc8 [^] |
2012-06-14 16:20 | AugustoMauch | Note Added: 0049840 | |
2012-06-14 17:48 | marvintm | Note Added: 0049844 | |
2012-06-14 17:48 | marvintm | Status | resolved => closed |
Notes |
|
(0049839)
|
hgbot
|
2012-06-14 16:12
|
|
Repository: erp/devel/pi
Changeset: b2f3cf3eb4ee7669229c5c088027f175447a3dc8
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Jun 14 16:08:17 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b2f3cf3eb4ee7669229c5c088027f175447a3dc8 [^]
Fixes issue 20770: Business partner selector selects first location
Now the callouts affected by the business partner selector change explicitly selects the first location in the location combo, to ensure that it is selected too in no mandatory combos.
---
M src/org/openbravo/erpCommon/ad_callouts/SE_Invoice_BPartner.java
M src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
M src/org/openbravo/erpCommon/ad_callouts/SE_Project_BPartner.java
M src/org/openbravo/erpCommon/ad_callouts/SE_Proposal_BPartner.java
M src/org/openbravo/erpCommon/ad_callouts/SL_InOut_BPartner.java
---
|
|
|
|
Test plan: ensure that all the callouts set the first location when a business partner is selected:
SE_Invoice_BPartner.java -> Sales Invoice, Header tab
SE_Order_BPartner.java -> Sales Order, Header tab
SE_Project_BPartner.java -> Service Project, Header tab (More information section)
SE_Proposal_BPartner.java -> Service Project, Proposal tab
SL_InOut_BPartner.java -> Incoming Shipment, Header tab |
|
|
|
Tested that the location is selected if the field is mandatory, and also if it's not, and verified that the callout doesn't fail in case the business partner doesn't have any location. |
|