Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029379Openbravo ERPA. Platformpublic2015-03-23 13:432015-04-01 08:31
aferraz 
AugustoMauch 
normalminoralways
closedfixed 
30Professional Appliance
 
3.0PR15Q1.23.0PR15Q1.2 
alostale
Core
Coding ( Testing )
2015-03-16
pi
https://code.openbravo.com/erp/devel/pi/rev/8e0a9e1ef5c3 [^]
No
0029379: Warehouse column is showing a wrong value in Manage Stock popup
Warehouse column is showing a wrong value in Manage Stock popup
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.
alostale, Approved
blocks defect 0029374 closed AugustoMauch Warehouse column is showing a wrong value in Manage Stock popup 
Issue History
2015-03-23 16:49AugustoMauchTypedefect => backport
2015-03-23 16:49AugustoMauchTarget Version => 3.0PR15Q1.2
2015-03-23 16:50AugustoMauchRegression level => Coding ( Testing )
2015-03-23 16:50AugustoMauchRegression date => 2015-03-16
2015-03-23 16:50AugustoMauchRegression introduced in release => pi
2015-03-23 16:50AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/8e0a9e1ef5c3 [^]
2015-03-23 18:39dmitry_mezentsevTag Attached: Approved
2015-03-24 09:24hgbotCheckin
2015-03-24 09:24hgbotNote Added: 0075918
2015-03-24 09:24hgbotStatusscheduled => resolved
2015-03-24 09:24hgbotResolutionopen => fixed
2015-03-24 09:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/c56c68efb85282968f2d154c088c2f99f58c5fbf [^]
2015-03-24 09:25AugustoMauchTag Attached: alostale
2015-03-24 09:25AugustoMauchReview Assigned To => alostale
2015-03-25 13:33alostaleNote Added: 0075968
2015-03-25 13:33alostaleStatusresolved => closed
2015-03-25 13:33alostaleFixed in Version => 3.0PR15Q1.2
2015-04-01 08:09hgbotCheckin
2015-04-01 08:09hgbotNote Added: 0076236
2015-04-01 08:09hgbotStatusclosed => resolved
2015-04-01 08:09hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/backports/3.0PR15Q1.2/rev/c56c68efb85282968f2d154c088c2f99f58c5fbf [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/c56c68efb85282968f2d154c088c2f99f58c5fbf [^]
2015-04-01 08:31priyamStatusresolved => closed
2015-04-01 08:31priyamNote 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
---
(0075968)
alostale   
2015-03-25 13:33   
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