Openbravo Issue Tracking System - POS2
View Issue Details
0053306POS2POSpublic2023-08-28 13:192024-04-25 10:27
alfonso_alcalde 
sreehari 
urgentmajoralways
closedfixed 
5
 
23Q4 
No
0053306: Error POS2 - StoreStockDataSource
We get an error in POS2, when clicking on the "Card" of any selected product, it seems that when retrieving the stock of the product.

It seems to be related to the manual roles, since in other case, it does not happen and retrieves the stock correctly, but I have not been able to reproduce it in livebuilds.

There seems to be a missing setAdminMode in the process.
- Select any product for the ticket.
- Select the row corresponding to the product of the sale.
- Click on the Product Card button
No tags attached.
? log (15,842) 2023-08-29 13:21
https://issues.openbravo.com/file_download.php?file_id=18912&type=bug
Issue History
2023-08-28 13:19alfonso_alcaldeNew Issue
2023-08-28 13:19alfonso_alcaldeAssigned To => Retail
2023-08-28 13:19alfonso_alcaldeTriggers an Emergency Pack => No
2023-08-29 11:14guillermogilSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=26717#r26717
2023-08-29 13:19alfonso_alcaldeFile Added: Screencast from 28-08-23 13:17:19.webm
2023-08-29 13:21alfonso_alcaldeFile Added: log
2023-08-30 12:34sreehariAssigned ToRetail => sreehari
2023-08-31 14:55sreehariStatusnew => scheduled
2023-09-04 08:59hgbotNote Added: 0154370
2023-09-04 11:10alfonso_alcaldeFile Deleted: Screencast from 28-08-23 13:17:19.webm
2023-09-05 12:39hgbotResolutionopen => fixed
2023-09-05 12:39hgbotStatusscheduled => closed
2023-09-05 12:39hgbotNote Added: 0154460
2023-09-05 12:39hgbotFixed in Version => 23Q4
2023-09-05 12:39hgbotNote Added: 0154461
2024-04-25 10:27hgbotNote Added: 0163724
2024-04-25 11:31aferrazNote Deleted: 0163724

Notes
(0154370)
hgbot   
2023-09-04 08:59   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2063 [^]
(0154460)
hgbot   
2023-09-05 12:39   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2063 [^]
(0154461)
hgbot   
2023-09-05 12:39   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 099c59d2e5f7c0076817b5770839da9e14aae244
Author: Sreehari Venkataraman <sreehari@qualiantech.com>
Date: 05-09-2023 10:39:26
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/099c59d2e5f7c0076817b5770839da9e14aae244 [^]

Fixes ISSUE-53306: Added setAdminMode to fix manual role errors

---
M src/org/openbravo/pos2/process/StoreStock.java
---