Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035691Retail ModulesWeb POSpublic2017-04-04 17:132017-04-10 10:02
jonibc 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR17Q3 
marvintm
No
0035691: [SERQA 2709] If a customer is modified, address country is modified to Afghanistan
When a customer is modified and saved, an address country is modified to Afghanistan.

The issue is reproducible in 17Q1 but not in 16Q4.
1. Login to the webPOS
2. Create two addresses for a business partner.
3. Search for the business partner that has the two addresses
4. In the results, on the |(three dots menu) select "View details"
5. On the Client details, click on "Modifier"
6. Click on "Save" / "Sauver"
7. Click on "Manage Address(es)" / "GĂ©rer Addresse(s)"
=> Two existing addresses are shown
8. For the 1st address, click on the "|" and select "Show details" / "Afficher details"
=> The country shown is France, and it is not editable
8. For the 2nd address, click on the "|" and select "Show details" / "Afficher details"
=> The country shown is Afghanistan
No tags attached.
depends on backport 0035694RR17Q1.1 closed ranjith_qualiantech_com [SERQA 2709] If a customer is modified, address country is modified to Afghanistan 
depends on backport 0035695RR17Q2 closed ranjith_qualiantech_com [SERQA 2709] If a customer is modified, address country is modified to Afghanistan 
patch issue 35691 source posterminal.patch (2,177) 2017-04-07 07:28
https://issues.openbravo.com/file_download.php?file_id=10653&type=bug
patch issue 35691 test.patch (6,862) 2017-04-07 07:28
https://issues.openbravo.com/file_download.php?file_id=10654&type=bug
Issue History
2017-04-04 17:13jonibcNew Issue
2017-04-04 17:13jonibcAssigned To => Retail
2017-04-04 17:13jonibcResolution time => 1492552800
2017-04-04 17:13jonibcRegression introduced in release => RR17Q1
2017-04-04 17:13jonibcTriggers an Emergency Pack => No
2017-04-04 17:14jonibcIssue Monitored: jonibc
2017-04-04 17:48marvintmRegression introduced in releaseRR17Q1 =>
2017-04-04 17:48marvintmStatusnew => scheduled
2017-04-04 17:48marvintmStatusscheduled => acknowledged
2017-04-04 17:48marvintmStatusacknowledged => scheduled
2017-04-04 17:48marvintmStatusscheduled => acknowledged
2017-04-04 17:48marvintmStatusacknowledged => scheduled
2017-04-04 17:49marvintmStatusscheduled => acknowledged
2017-04-05 09:19jonibcSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14953#r14953
2017-04-06 12:21ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-04-06 12:21ranjith_qualiantech_comStatusacknowledged => scheduled
2017-04-07 07:28ranjith_qualiantech_comFile Added: issue 35691 source posterminal.patch
2017-04-07 07:28ranjith_qualiantech_comFile Added: issue 35691 test.patch
2017-04-07 12:45hgbotCheckin
2017-04-07 12:45hgbotNote Added: 0095905
2017-04-07 12:45hgbotCheckin
2017-04-07 12:45hgbotNote Added: 0095906
2017-04-07 12:45hgbotStatusscheduled => resolved
2017-04-07 12:45hgbotResolutionopen => fixed
2017-04-07 12:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/edfcb9077a2b2daa9b08777c9eb80fedf8d1abf9 [^]
2017-04-10 10:02marvintmReview Assigned To => marvintm
2017-04-10 10:02marvintmStatusresolved => closed
2017-04-10 10:02marvintmFixed in Version => RR17Q3

Notes
(0095905)
hgbot   
2017-04-07 12:45   
Repository: tools/automation/pi-mobile
Changeset: 443fdf474efa7f5852edfbec9b87dff0828677c9
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Apr 07 16:14:57 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/443fdf474efa7f5852edfbec9b87dff0828677c9 [^]

Verifies issue 35691 : Added automated test 'I35691_VerifyCustomerLocationCountry'

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customercreation/I35691_VerifyCustomerLocationCountry.java
---
(0095906)
hgbot   
2017-04-07 12:45   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: edfcb9077a2b2daa9b08777c9eb80fedf8d1abf9
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Apr 07 16:14:38 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/edfcb9077a2b2daa9b08777c9eb80fedf8d1abf9 [^]

Fixes issue 35691 : Added countryId, regionId to BusinessPartnerProperties

* Customer Address Properties countryId, regionId are added in BusinessPartner Model

---
M src/org/openbravo/retail/posterminal/master/BusinessPartnerProperties.java
M web/org.openbravo.retail.posterminal/js/model/businesspartner.js
---