Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030330Retail ModulesWeb POSpublic2015-07-08 09:152015-08-12 08:21
guilleaer 
guilleaer 
normalmajorhave not tried
closedfixed 
5
 
RR15Q3 
marvintm
RR15Q1
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/542f6f37e91e4a41a9c8346d15819e299847e463 [^]
No
0030330: Error Importing orders caused by the organization of the userContact of the order
Sometimes some orders are not processed because the organization of the user which is set in the order as userContact is not in the natural tree.
Using a BP create a contect (user) in a organization which is not in the natural tree.

Then in web pos, create an order for that bp and process it.
The order will appear in "Errors" window.
This value only should be set if the organization of the user is in the natural tree.
No tags attached.
blocks defect 0030329RR15Q4 closed guilleaer Error Importing orders caused by the organization of the userContact of the order 
Issue History
2015-07-08 09:49guilleaerTypedefect => backport
2015-07-08 09:49guilleaerTarget VersionRR15Q4 => RR15Q3
2015-08-07 14:15hgbotCheckin
2015-08-07 14:15hgbotNote Added: 0079257
2015-08-07 14:15hgbotStatusscheduled => resolved
2015-08-07 14:15hgbotResolutionopen => fixed
2015-08-07 14:15hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q3/org.openbravo.retail.posterminal/rev/d2ac2a22076cc32d2e836a086b7882c77ef81864 [^]
2015-08-12 08:21marvintmReview Assigned To => marvintm
2015-08-12 08:21marvintmStatusresolved => closed

Notes
(0079257)
hgbot   
2015-08-07 14:15   
Repository: retail/backports/3.0RR15Q3/org.openbravo.retail.posterminal
Changeset: d2ac2a22076cc32d2e836a086b7882c77ef81864
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Aug 07 13:49:39 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q3/org.openbravo.retail.posterminal/rev/d2ac2a22076cc32d2e836a086b7882c77ef81864 [^]

Fixed issue 30330: Error Importing orders caused an userContact of other Org

Error Importing orders caused by the organization of the userContact of the
order.

The solution is to check userContact of the business partner. If the only
userContact available for that business partner is out of the natural tree of
the order organization, we set null userContact field.

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---