Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035978 | Retail Modules | Web POS | public | 2017-05-11 17:23 | 2017-05-30 18:08 |
|
Reporter | migueldejuana | |
Assigned To | migueldejuana | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q3 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0035978: I35670_ServiceMultiSelectionNotGroup is failing |
Description | I35670_ServiceMultiSelectionNotGroup is failing because we are trying to to save the product(Service) 2 times.
In this test, when we add Delivery Service, we are adding 2 lines to the receipt. We are calling to createLine in parallel and saveIfnew is called for the same product at the same time so we try to insert 2 times in m_product this service. We get an error because the second time the product is already there. |
Steps To Reproduce | See Description |
Proposed Solution | saveIfNew must do the get and save in one transaction. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-05-11 17:23 | migueldejuana | New Issue | |
2017-05-11 17:23 | migueldejuana | Assigned To | => migueldejuana |
2017-05-11 17:23 | migueldejuana | OBNetwork customer | => No |
2017-05-11 17:23 | migueldejuana | Triggers an Emergency Pack | => No |
2017-05-16 10:27 | hgbot | Checkin | |
2017-05-16 10:27 | hgbot | Note Added: 0096613 | |
2017-05-16 10:27 | hgbot | Status | new => resolved |
2017-05-16 10:27 | hgbot | Resolution | open => fixed |
2017-05-16 10:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f94c03c6bca7d51d5cbb20b486ccf36ace1a8a2e [^] |
2017-05-30 18:08 | marvintm | Review Assigned To | => marvintm |
2017-05-30 18:08 | marvintm | Status | resolved => closed |
2017-05-30 18:08 | marvintm | Fixed in Version | => RR17Q3 |