Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023723 | Openbravo ERP | 04. Warehouse management | public | 2013-05-02 18:07 | 2013-05-23 01:34 |
|
Reporter | umartirena | |
Assigned To | pramakrishnan | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023723: Manage Reservations does not work opening from Reserved Stock Tab in Sales Order window |
Description | In Sales Order window, there are two tabs from which Manage Reservation P&E can be opened. From Lines tab and from Reserved Stock Tab.
It opens the same P&E and executes the same action handler.
If is opened from Lines and hit the done button, it works correctly.
If is opened from Reserved Stock tab, it opens the P&E, but when pressing done, it closes the P&E but does not apply the changes.
|
Steps To Reproduce | Enable reservations.
Create a sales order with a line.
Pick reserve automatically.
Book the order.
Press Manage Reservation from Lines tab and make some change. Hit Done. See that works.
Press Manage Reservation from Reserved Stock tab and make some change. Hit Done. See that the changes are not applied. |
Proposed Solution | Make a change on ManageReservationActionHandler.java to take into account the id of the Reserved Stock tab. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-02 18:07 | umartirena | New Issue | |
2013-05-02 18:07 | umartirena | Assigned To | => dmiguelez |
2013-05-02 18:07 | umartirena | Modules | => Core |
2013-05-02 18:07 | umartirena | OBNetwork customer | => No |
2013-05-02 18:07 | umartirena | Triggers an Emergency Pack | => No |
2013-05-14 13:17 | pramakrishnan | Assigned To | dmiguelez => pramakrishnan |
2013-05-14 13:18 | pramakrishnan | Status | new => scheduled |
2013-05-14 13:18 | pramakrishnan | fix_in_branch | => pi |
2013-05-14 13:20 | pramakrishnan | Note Added: 0058639 | |
2013-05-21 11:05 | hgbot | Checkin | |
2013-05-21 11:05 | hgbot | Note Added: 0058718 | |
2013-05-21 11:05 | hgbot | Status | scheduled => resolved |
2013-05-21 11:05 | hgbot | Resolution | open => fixed |
2013-05-21 11:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/82b516856fe62a290a6b77bd8d62e4c32d5cc8a6 [^] |
2013-05-21 12:05 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2013-05-21 12:05 | Sandrahuguet | Note Added: 0058719 | |
2013-05-21 12:05 | Sandrahuguet | Status | resolved => closed |
2013-05-23 01:34 | hudsonbot | Checkin | |
2013-05-23 01:34 | hudsonbot | Note Added: 0058840 | |
Notes |
|
|
Test Plan:
Enable reservations.
Create a sales order with a line.
Book the order.
Press Manage Reservation from Lines tab and make some change. Hit Done. See that works.
Press Manage Reservation from Reserved Stock tab and make some change. Hit Done. See that updates the quantity correctly |
|
|
(0058718)
|
hgbot
|
2013-05-21 11:05
|
|
Repository: erp/devel/pi
Changeset: 82b516856fe62a290a6b77bd8d62e4c32d5cc8a6
Author: Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> openbravo.com>
Date: Wed May 15 12:26:36 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/82b516856fe62a290a6b77bd8d62e4c32d5cc8a6 [^]
Fixes issue 23723: Manage Reservations does not work
Manage Reservations is not working when opening from Reserved Stock Tab in Sales Order window
---
M src/org/openbravo/common/actionhandler/ManageReservationActionHandler.java
---
|
|
|
|
|
|
|
|