Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029379 | Openbravo ERP | A. Platform | public | 2015-03-23 13:43 | 2015-04-01 08:31 |
|
Reporter | aferraz | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Professional Appliance |
Product Version | | |
Target Version | 3.0PR15Q1.2 | Fixed in Version | 3.0PR15Q1.2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Coding ( Testing ) |
Regression date | 2015-03-16 |
Regression introduced in release | pi |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/8e0a9e1ef5c3 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0029379: Warehouse column is showing a wrong value in Manage Stock popup |
Description | Warehouse column is showing a wrong value in Manage Stock popup |
Steps To Reproduce | As group admin role:
Set the Enable Stock Reservation preference to 'Y'
Logout and login again.
Create a Goods Receipt for "España Norte" warehouse, "Cola de Cereza 0,5L product" and quantity 100. Complete it.
Create a Goods Receipt for "España Sur" warehouse, "Cola de Cereza 0,5L product" and quantity 200. Complete it.
Create a Sales Order for "España S.A." organization, "Cola de Cereza 0,5L product" and quantity 30. Book it.
Go to the line and open the Manage Reservation pop-up
Click on the record of "España Sur" warehouse. Realize the warehouse name is changed into "España Norte". Click on the record of "España Sur" warehouse again. Realize the warehouse name is changed into an id number. |
Proposed Solution | |
Additional Information | |
Tags | alostale, Approved |
Relationships | blocks | defect | 0029374 | | closed | AugustoMauch | Warehouse column is showing a wrong value in Manage Stock popup |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-23 16:49 | AugustoMauch | Type | defect => backport |
2015-03-23 16:49 | AugustoMauch | Target Version | => 3.0PR15Q1.2 |
2015-03-23 16:50 | AugustoMauch | Regression level | => Coding ( Testing ) |
2015-03-23 16:50 | AugustoMauch | Regression date | => 2015-03-16 |
2015-03-23 16:50 | AugustoMauch | Regression introduced in release | => pi |
2015-03-23 16:50 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/8e0a9e1ef5c3 [^] |
2015-03-23 18:39 | dmitry_mezentsev | Tag Attached: Approved | |
2015-03-24 09:24 | hgbot | Checkin | |
2015-03-24 09:24 | hgbot | Note Added: 0075918 | |
2015-03-24 09:24 | hgbot | Status | scheduled => resolved |
2015-03-24 09:24 | hgbot | Resolution | open => fixed |
2015-03-24 09:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/c56c68efb85282968f2d154c088c2f99f58c5fbf [^] |
2015-03-24 09:25 | AugustoMauch | Tag Attached: alostale | |
2015-03-24 09:25 | AugustoMauch | Review Assigned To | => alostale |
2015-03-25 13:33 | alostale | Note Added: 0075968 | |
2015-03-25 13:33 | alostale | Status | resolved => closed |
2015-03-25 13:33 | alostale | Fixed in Version | => 3.0PR15Q1.2 |
2015-04-01 08:09 | hgbot | Checkin | |
2015-04-01 08:09 | hgbot | Note Added: 0076236 | |
2015-04-01 08:09 | hgbot | Status | closed => resolved |
2015-04-01 08:09 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/c56c68efb85282968f2d154c088c2f99f58c5fbf [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/c56c68efb85282968f2d154c088c2f99f58c5fbf [^] |
2015-04-01 08:31 | priyam | Status | resolved => closed |
2015-04-01 08:31 | priyam | Note Added: 0076253 | |
Notes |
|
(0075918)
|
hgbot
|
2015-03-24 09:24
|
|
Repository: erp/backports/3.0PR15Q1.2
Changeset: c56c68efb85282968f2d154c088c2f99f58c5fbf
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 23 17:14:45 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/c56c68efb85282968f2d154c088c2f99f58c5fbf [^]
Fixes bug 29379: Warehouse field of Manage Reservation P&E shows a proper value
The is a bug in that P&E, reported here [1], that makes the FIC return the wrong value for the warehouse field of the Manage Reservation P&E window. Before [2] was fixed, [1] did not have any consequences, as the value returned by the FIC was not set to the row being edited.
To fix this, the values returned by the FIC are only set if the field is editable. [1] will have to be fixed anyway, because even if now it does not crete problems in this flow, it could be causing problems in others.
[1] https://issues.openbravo.com/view.php?id=29381 [^]
[2] https://issues.openbravo.com/view.php?id=28727 [^]
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
|
|
|
|
code reviewed
tested:
-Following steps to reproduce
-In Return to vendor P&E |
|
|
(0076236)
|
hgbot
|
2015-04-01 08:09
|
|
Repository: erp/backports/3.0PR15Q2
Changeset: c56c68efb85282968f2d154c088c2f99f58c5fbf
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 23 17:14:45 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/c56c68efb85282968f2d154c088c2f99f58c5fbf [^]
Fixes bug 29379: Warehouse field of Manage Reservation P&E shows a proper value
The is a bug in that P&E, reported here [1], that makes the FIC return the wrong value for the warehouse field of the Manage Reservation P&E window. Before [2] was fixed, [1] did not have any consequences, as the value returned by the FIC was not set to the row being edited.
To fix this, the values returned by the FIC are only set if the field is editable. [1] will have to be fixed anyway, because even if now it does not crete problems in this flow, it could be causing problems in others.
[1] https://issues.openbravo.com/view.php?id=29381 [^]
[2] https://issues.openbravo.com/view.php?id=28727 [^]
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
|
|
|
(0076253)
|
priyam
|
2015-04-01 08:31
|
|
closed again, as the status changed due the merge tag of 3.0PR15Q1.2 to backports/3.0PR15Q2 |
|