Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034380 | Retail Modules | Web POS | public | 2016-11-03 16:44 | 2016-11-25 15:10 |
|
Reporter | jonibc | |
Assigned To | mario_castello | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q1 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034380: [SERQA 2064] CustomerAddrCreationHook always receive location as null. |
Description | When implementing CustomerAddrCreationHook we always receive location entity as null, so is not possible to make modifications in the hook. createBPartnerAddr and editBPartnerAddr methods always return null. |
Steps To Reproduce | 1- Put a breakpoint before calling the hook.
2- Select a customer.
3- Create a new address for the customer.
4. Check that we always receive a null location, so we are not able to do modifications.
|
Proposed Solution | |
Additional Information | |
Tags | SER-QA |
Relationships | |
Attached Files | CustomerAddrLoader.diff (10,643) 2016-11-03 16:44 https://issues.openbravo.com/file_download.php?file_id=10010&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2016-11-03 16:44 | jonibc | New Issue | |
2016-11-03 16:44 | jonibc | Assigned To | => Retail |
2016-11-03 16:44 | jonibc | File Added: CustomerAddrLoader.diff | |
2016-11-03 16:44 | jonibc | OBNetwork customer | => No |
2016-11-03 16:44 | jonibc | Triggers an Emergency Pack | => No |
2016-11-11 14:14 | xabiermerino | OBNetwork customer | No => Yes |
2016-11-11 14:14 | xabiermerino | Resolution time | => 1479423600 |
2016-11-11 14:14 | xabiermerino | Summary | CustomerAddrCreationHook always receive location as null. => [SERQA 2064] CustomerAddrCreationHook always receive location as null. |
2016-11-11 14:14 | xabiermerino | Tag Attached: SER-QA | |
2016-11-17 15:39 | mario_castello | Assigned To | Retail => mario_castello |
2016-11-17 15:39 | mario_castello | Status | new => acknowledged |
2016-11-21 15:17 | jonibc | Issue Monitored: jonibc | |
2016-11-21 15:22 | hgbot | Checkin | |
2016-11-21 15:22 | hgbot | Note Added: 0091703 | |
2016-11-21 15:22 | hgbot | Status | acknowledged => resolved |
2016-11-21 15:22 | hgbot | Resolution | open => fixed |
2016-11-21 15:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4e4d263892cd16242b701d88322620b19ccf25c4 [^] |
2016-11-22 13:14 | marvintm | Note Added: 0091737 | |
2016-11-22 13:14 | marvintm | Status | resolved => new |
2016-11-22 13:14 | marvintm | Resolution | fixed => open |
2016-11-22 14:31 | mario_castello | Status | new => acknowledged |
2016-11-22 14:31 | mario_castello | Status | acknowledged => scheduled |
2016-11-25 14:43 | hgbot | Checkin | |
2016-11-25 14:43 | hgbot | Note Added: 0091849 | |
2016-11-25 14:43 | hgbot | Status | scheduled => resolved |
2016-11-25 14:43 | hgbot | Resolution | open => fixed |
2016-11-25 14:43 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4e4d263892cd16242b701d88322620b19ccf25c4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/491209862834af66d8bad2ff2857406ad8d9dc62 [^] |
2016-11-25 15:10 | marvintm | Note Added: 0091853 | |
2016-11-25 15:10 | marvintm | Review Assigned To | => marvintm |
2016-11-25 15:10 | marvintm | Status | resolved => closed |
2016-11-25 15:10 | marvintm | Fixed in Version | => RR17Q1 |
Notes |
|
(0091703)
|
hgbot
|
2016-11-21 15:22
|
|
|
|
|
Changes in CustomerAddrLoader are correct. However, changes in CustomerLoader are not needed, and they create problems with the incoming refactor of the Customer selector, as now it will be possible to create two addresses while creating a new customer, so the changes in CustomerLoader should be reverted. |
|
|
(0091849)
|
hgbot
|
2016-11-25 14:43
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 491209862834af66d8bad2ff2857406ad8d9dc62
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue Nov 22 07:48:11 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/491209862834af66d8bad2ff2857406ad8d9dc62 [^]
Fixed issue 0034380: [SERQA 2064] CustomerAddrCreationHook always receive location as null.
- Return the Location in createBPartnerAddr function instead of null
- Return the Location in editBPartnerAddr function instead of null
---
M src/org/openbravo/retail/posterminal/CustomerAddrLoader.java
---
|
|
|
|
|