Openbravo Issue Tracking System - Modules
View Issue Details
0040182ModulesDistribution Orderspublic2019-02-12 08:562019-03-01 10:08
gorkaion 
markmm82 
urgentmajoralways
closedfixed 
5
 
 
Sandrahuguet
0040182: Error processing a DO Receipt with more than 100 lines
When processing a DO Receipt with more than 100 lines the following error is thrown:

A different object with the same identifier value was already associated with the session : [OBDO_DistributionOrder#282B45DE0A3D43A78B96D358FE34EB34]

The error is raised after the clear session done in line 263 of ProcessDistributionOrderUtil.java
Create a DO Receipt with more than 100 lines.
Book it.
No tags attached.
related to defect 0040305 closed markmm82 Error confirming a DO Issue with more than 100 lines 
Issue History
2019-02-12 08:56gorkaionNew Issue
2019-02-12 08:56gorkaionAssigned To => Triage Finance
2019-02-12 08:56gorkaionResolution time => 1551740400
2019-02-12 09:33SandrahuguetAssigned ToTriage Finance => AtulOpenbravo
2019-02-12 13:05SandrahuguetTag Attached: Performance
2019-02-12 13:05SandrahuguetTag Detached: Performance
2019-02-14 08:58SandrahuguetAssigned ToAtulOpenbravo => markmm82
2019-02-14 09:56galderromoIssue Monitored: galderromo
2019-02-14 14:58markmm82Statusnew => scheduled
2019-02-15 04:00markmm82Note Added: 0109848
2019-02-15 15:52hgbotCheckin
2019-02-15 15:52hgbotNote Added: 0109879
2019-02-15 15:52hgbotStatusscheduled => resolved
2019-02-15 15:52hgbotResolutionopen => fixed
2019-02-15 15:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.distributionorder/rev/b019ed046012106056577a14a2aaa6f4da77b3c7 [^]
2019-02-15 15:52SandrahuguetReview Assigned To => Sandrahuguet
2019-02-15 15:52SandrahuguetNote Added: 0109880
2019-02-15 15:52SandrahuguetStatusresolved => closed
2019-02-19 13:02hgbotCheckin
2019-02-19 13:02hgbotNote Added: 0109936
2019-03-01 10:08gorkaionIssue cloned0040305
2019-03-06 17:47SandrahuguetRelationship addedrelated to 0040305

Notes
(0109848)
markmm82   
2019-02-15 04:00   
Test Plan:
As F&B Group Admin:
  Apply module dataset.
  Create a DO Header.
  Add 101 lines to it, selecting any product.
  Book it.
    Notice that process ends successfully and a new DOI is created with the 101 lines related to the riginal DO.
(0109879)
hgbot   
2019-02-15 15:52   
Repository: erp/mods/org.openbravo.distributionorder
Changeset: b019ed046012106056577a14a2aaa6f4da77b3c7
Author: Mark <markmm82 <at> gmail.com>
Date: Fri Feb 15 00:01:03 2019 -0300
URL: http://code.openbravo.com/erp/mods/org.openbravo.distributionorder/rev/b019ed046012106056577a14a2aaa6f4da77b3c7 [^]

Fixes issue 40182: Error processing a DO Receipt with more than 100 lines

After clear session, it is refreshed the processing DO (distOrder object).

---
M src/org/openbravo/distributionorder/erpCommon/utility/ProcessDistributionOrderUtil.java
---
(0109880)
Sandrahuguet   
2019-02-15 15:52   
Code review + testing OK
(0109936)
hgbot   
2019-02-19 13:02   
Repository: retail/backports/AWO/3.0RR18Q3/org.openbravo.distributionorder
Changeset: 94132b625de770e542be3dd737094b0fe41be3f1
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Feb 19 13:02:40 2019 +0100
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.distributionorder/rev/94132b625de770e542be3dd737094b0fe41be3f1 [^]

related to issue 40182 backport 18Q3 repository

Error processing a DO Receipt with more than 100 lines

---
M src/org/openbravo/distributionorder/erpCommon/utility/ProcessDistributionOrderUtil.java
---