(0154404)
|
agusti_gallego
|
2023-09-04 12:49
|
|
Test plan:
To properly test that the fix works, we need to first replicate the issue. To replicate the issue, use the master branch and do as follows:
1. Before starting the server, execute the following SQL statement in the DB: update m_product set upc='' where isgeneric = 'Y';
2. Start the server, log in to BO and switch to AWO-QA, US organization, US West Coast warehouse.
3. In Product, create a new Product with the Search Key TEST_PRODUCT (the name can be whatever).
4. In Physical Inventory, create a new Total inventory count. Export the Data as CSV and add the following line just after the header: ,TEST_PRODUCT,,0,,Unit,RCT202,,
5. Import the modified file. The process should fail with 0 lines correctly imported and 1 with error. The error should mention a product completely different from TEST_PRODUCT (Chinesse plum in some cases).
To check that this issue is fixed:
1. Checkout the fix/53203 branch in devel remote. Make sure to build the changes.
2. Start the server, log in to BO and switch to AWO-QA, US organization, US West Coast warehouse.
3. Go to Physical Inventory, select the count created above and re-import the file. The process should now finish correctly with all lines imported and 0 errors. |
|