Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0023829 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 07. Sales management | major | have not tried | 2013-05-15 13:02 | 2013-11-25 14:28 | |||
Reporter | jonalegriaesarte | View Status | public | |||||
Assigned To | jonalegriaesarte | |||||||
Priority | normal | Resolution | unable to reproduce | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | 3.0MP30 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
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 | |||||||
Tags | Moved from MP26 to MP27 | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 |
Copyright © 2000 - 2009 MantisBT Group |