Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0050910 | Openbravo ERP | 04. Warehouse management | public | 2022-11-08 14:39 | 2022-12-16 12:13 |
|
Reporter | AtulOpenbravo | |
Assigned To | AtulOpenbravo | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | PR22Q4.1 | Fixed in Version | PR22Q4.1 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | Gold |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0050910: Error in InventoryCountProcess - constraint "m_storage_detail_check1" violation |
Description | When updating Inventory Count using InventoryCountProcess, DB constraint
m_storage_detail_check1 is not satisfied when m_product_uom_id IS NULL
qtyorderonhand IS NULL AND m_product_uom_id IS NULL AND preqtyorderonhand IS NULL
OR
qtyorderonhand IS NOT NULL AND m_product_uom_id IS NOT NULL AND preqtyorderonhand IS NOT NULL |
Steps To Reproduce | - |
Proposed Solution | Use similar condition to set parameters to be sent to M_UPDATE_INVENTORY procedure i.e qtyorderonhand and preqtyorderonhand as in the parameter m_product_uom_id
invCountLine.getOrderUOM() != null ? BigDecimal.ZERO : null |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0050776 | | closed | Triage Omni WMS | Error in InventoryCountProcess - constraint "m_storage_detail_check1" violation |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-11-15 17:09 | vmromanos | Type | defect => backport |
2022-11-15 17:09 | vmromanos | Target Version | => PR22Q4.1 |
2022-11-15 18:14 | hgbot | Note Added: 0143638 | |
2022-11-15 18:15 | hgbot | Merge Request Status | open => approved |
2022-11-15 18:15 | hgbot | Resolution | open => fixed |
2022-11-15 18:15 | hgbot | Status | scheduled => closed |
2022-11-15 18:15 | hgbot | Fixed in Version | => PR22Q4.1 |
2022-11-15 18:15 | hgbot | Note Added: 0143639 | |
2022-11-15 18:15 | hgbot | Note Added: 0143640 | |
2022-12-16 12:13 | AtulOpenbravo | Assigned To | Triage Omni WMS => AtulOpenbravo |