Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031812Openbravo ERP04. Warehouse managementpublic2015-12-30 13:282016-01-07 17:51
ngarcia 
aferraz 
immediatemajoralways
closedfixed 
5
 
3.0PR16Q1 
dmiguelez
Core
Production - QA Approved
2015-06-22
3.0PR15Q4
https://code.openbravo.com/erp/devel/pi/rev/e03c1808e1952c20ef838c8a8b976cff802d5156 [^]
No
0031812: Cannot void a goods shipment if it has more than one closed reservation associated
Cannot void a goods shipment if it has more than one closed reservation associated
As group admin role:
   Set the Enable Stock Reservations preference to Y
   Log out and log in
   Create a Sales Order, add two products with stock to it and book it
   Select each lines and create a reservation for them (Manage Reservations)
   Go to Goods Shipment window, create a header and select the previously created sales order lines and complete it
   Check the two Stock Reservation status is updated to Closed
   Try to void the Goods Shipment and check the following error message is raised:
      Internal Error: Duplicate primary key/uuid. Your record has not been saved into the table Stock Reservation
In the M_INOUT_POST database function, more than one record is being inserted in the M_RESERVATION table with the same m_reservation_id (v_uuid)
No tags attached.
blocks defect 00317993.0PR16Q2 closed aferraz Cannot void a goods shipment if it has more than one closed reservation associated 
Issue History
2016-01-04 11:28aferrazTypedefect => backport
2016-01-04 11:28aferrazTarget Version => 3.0PR16Q1.1
2016-01-05 09:56aferrazTarget Version3.0PR16Q1.1 => 3.0PR16Q1
2016-01-07 17:50dmiguelezNote Added: 0083168
2016-01-07 17:50dmiguelezStatusscheduled => resolved
2016-01-07 17:50dmiguelezFixed in SCM revision => https://code.openbravo.com/erp/backports/3.0PR16Q1/rev/ef895ced13c2 [^]
2016-01-07 17:50dmiguelezResolutionopen => fixed
2016-01-07 17:51dmiguelezReview Assigned To => dmiguelez
2016-01-07 17:51dmiguelezNote Added: 0083169
2016-01-07 17:51dmiguelezStatusresolved => closed

Notes
(0083168)
dmiguelez   
2016-01-07 17:50   
Fixed in Commit:
https://code.openbravo.com/erp/backports/3.0PR16Q1/rev/ef895ced13c2 [^]
(0083169)
dmiguelez   
2016-01-07 17:51   
Code Review + Testing Ok