Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0023829
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementmajorhave not tried2013-05-15 13:022013-11-25 14:28
ReporterjonalegriaesarteView Statuspublic 
Assigned Tojonalegriaesarte 
PrioritynormalResolutionunable to reproduceFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version3.0MP30
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0023829: The status is wrong after an exception when closing an order because the PL changes the status to IP

DescriptionThe 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
TagsMoved from MP26 to MP27
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker