Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019356 | Openbravo ERP | 02. Master data management | public | 2011-12-23 09:37 | 2012-04-02 06:11 |
|
Reporter | ioritzCia | |
Assigned To | vmromanos | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 10.04 |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | Mozilla Firefox |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019356: There is a callout missing in the org of a Business Partner. |
Description | When changing the organization in the Business Partner window, if there is a default business partner for that organization it is not selected. |
Steps To Reproduce | - Go to Business Partner Category window and check one as default.
- Go to Business Partner window and select an organization that is not the one for the default Business Partner Category checked as default before.
- Change now the organization to the one for the Business Partner Category checked as default.
- See that the default Business Partner Category is not selected. |
Proposed Solution | |
Additional Information | |
Tags | VMA-Reviewed |
Relationships | related to | defect | 0018975 | 3.0MP8 | closed | ioritzCia | Creating a new Business Partner does not default to the correct Business Partner Category |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-12-23 09:37 | ioritzCia | New Issue | |
2011-12-23 09:37 | ioritzCia | Assigned To | => jonalegriaesarte |
2011-12-23 09:37 | ioritzCia | Web browser | => Mozilla Firefox |
2011-12-23 09:37 | ioritzCia | Modules | => Core |
2011-12-23 09:37 | ioritzCia | OBNetwork customer | => No |
2011-12-23 09:40 | ioritzCia | Relationship added | related to 0018975 |
2012-02-15 13:11 | jonalegriaesarte | Web browser | Mozilla Firefox => Mozilla Firefox |
2012-02-15 13:11 | jonalegriaesarte | Target Version | 3.0MP9 => |
2012-02-15 19:03 | iciordia | Assigned To | jonalegriaesarte => vmromanos |
2012-02-17 09:08 | vmromanos | Tag Attached: VMA-Reviewed | |
2012-03-14 09:45 | vmromanos | Status | new => scheduled |
2012-03-14 09:45 | vmromanos | fix_in_branch | => pi |
2012-03-14 11:49 | vmromanos | Note Added: 0046382 | |
2012-03-21 17:59 | hgbot | Checkin | |
2012-03-21 17:59 | hgbot | Note Added: 0046618 | |
2012-03-21 17:59 | hgbot | Status | scheduled => resolved |
2012-03-21 17:59 | hgbot | Resolution | open => fixed |
2012-03-21 17:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ef46dfeaf7cafe30e19a4268f18d6f09061e346b [^] |
2012-03-21 18:17 | eduardo_Argal | Note Added: 0046625 | |
2012-03-21 18:17 | eduardo_Argal | Status | resolved => closed |
2012-04-02 06:11 | hudsonbot | Checkin | |
2012-04-02 06:11 | hudsonbot | Note Added: 0047193 | |
Notes |
|
|
No regression risk
Test plan I:
- Go to Business Partner Category window and check one as default.
- Go to Business Partner window and select an organization that is not the one for the default Business Partner Category checked as default before.
- Change now the organization to the one for the Business Partner Category checked as default.
- See that the default Business Partner Category is selected.
Test plan II:
- Go to Business Partner Category window and ensure no category is selected as default
- Go to Business Partner window and create a new record
- Ensure any Business Partner Category is selected (the first in the list, ordered in alphabetical order) |
|
|
(0046618)
|
hgbot
|
2012-03-21 17:59
|
|
Repository: erp/devel/pi
Changeset: ef46dfeaf7cafe30e19a4268f18d6f09061e346b
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Mar 14 12:27:47 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ef46dfeaf7cafe30e19a4268f18d6f09061e346b [^]
Fixed bug 19356: Added callout to Business Partner window, Org field
This new callout is in charge of selecting the default business
partner category for the organization. It is configured to be
executed on the onchange event for the organization field inside
the Business Partner window
---
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
A src/org/openbravo/erpCommon/ad_callouts/SL_BP_Category_Default.java
---
|
|
|
|
|
|
|
|