Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0023829 | Openbravo ERP | 07. Sales management | public | 2013-05-15 13:02 | 2013-11-25 14:28 |
Reporter | jonalegriaesarte | ||||
Assigned To | jonalegriaesarte | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | unable to reproduce | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | 3.0MP30 | Fixed in Version | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0023829: The status is wrong after an exception when closing an order because the PL changes the status to IP | ||||
Description | The status is wrong after an exception when closing an order because the PL changes the status to IP. Due to this code: IF (NOT FINISH_PROCESS AND NOT END_PROCESSING) THEN /** * In Progress ----------------------------------------------------------- */ UPDATE C_ORDER SET DocStatus='IP', DateAcct=DateOrdered, Updated=now(), UpdatedBy=v_User WHERE C_Order_ID=v_Record_ID; IF (p_PInstance_ID IS NOT NULL) THEN COMMIT; END IF; | ||||
Steps To Reproduce | - Define an extension point in c_order_post, raising an exception when the action is CL - Notice that the final status of the order is IP (originally was CO), when closing the order and the exception is raised | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | Moved from MP26 to MP27 | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-05-15 13:02 | jonalegriaesarte | New Issue | |||
2013-05-15 13:02 | jonalegriaesarte | Assigned To | => jonalegriaesarte | ||
2013-05-15 13:02 | jonalegriaesarte | Modules | => Core | ||
2013-05-15 13:02 | jonalegriaesarte | Triggers an Emergency Pack | => No | ||
2013-06-14 13:13 | jonalegriaesarte | Assigned To | jonalegriaesarte => ioritzCia | ||
2013-06-28 14:12 | jonalegriaesarte | Target Version | 3.0MP25 => 3.0MP26 | ||
2013-07-29 16:36 | jonalegriaesarte | Target Version | 3.0MP26 => 3.0MP27 | ||
2013-07-29 16:36 | jonalegriaesarte | Tag Attached: Moved from MP26 to MP27 | |||
2013-08-01 09:54 | jonalegriaesarte | Assigned To | ioritzCia => pramakrishnan | ||
2013-09-02 10:12 | jonalegriaesarte | Target Version | 3.0MP27 => 3.0MP28 | ||
2013-09-16 10:30 | jonalegriaesarte | Assigned To | pramakrishnan => jonalegriaesarte | ||
2013-09-16 10:30 | jonalegriaesarte | Status | new => feedback | ||
2013-09-23 16:20 | jonalegriaesarte | Target Version | 3.0MP28 => 3.0MP29 | ||
2013-10-28 16:54 | egoitz | Target Version | 3.0MP29 => 3.0MP30 | ||
2013-11-25 14:28 | jonalegriaesarte | Status | feedback => closed | ||
2013-11-25 14:28 | jonalegriaesarte | Resolution | open => unable to reproduce |
There are no notes attached to this issue. |