Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0021550 | Openbravo ERP | 02. Master data management | public | 2012-09-05 10:47 | 2012-09-27 16:46 | |||||||
Reporter | jecharri | |||||||||||
Assigned To | jecharri | |||||||||||
Priority | high | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | pi | |||||||||||
Target Version | 3.0MP16 | Fixed in Version | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | xabiermerino | |||||||||||
OBNetwork customer | ||||||||||||
Web browser | Google Chrome | |||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0021550: You can select wrong 'Storage Bin' in tab 'Manufacturing' inside the window 'Product' | |||||||||||
Description | You can select wrong "Storage Bin" in tab "Manufacturing" inside the window "Product". | |||||||||||
Steps To Reproduce | As "Admin" go to window "Product": -select one product that is defined for org "*" -Got to tab "Manufacturing" and create a record. -Choose organization "F&B España, S.A.". -Push in "Storage Bin" selector and you will see that you can select all storage bins | |||||||||||
Proposed Solution | It will be necessary to verify that it is a global solution diff --git a/src/org/openbravo/erpCommon/info/Locator.java b/src/org/openbravo/erpCommon/info/Locator.java --- a/src/org/openbravo/erpCommon/info/Locator.java +++ b/src/org/openbravo/erpCommon/info/Locator.java @@ -69,6 +69,7 @@ strWarehouse = strWarehouse + "%"; vars.setSessionValue("Locator.name", strName); vars.setSessionValue("Locator.warehousename", strWarehouse); + vars.getGlobalVariable("inpadOrgId", "Locator.adorgid", ""); printPage(response, vars, strName, strWarehouse); } else if (vars.commandIn("KEY")) { removePageSessionVariables(vars); @@ -109,7 +110,7 @@ String strPageSize = vars.getStringParameter("page_size"); String strSortCols = vars.getInStringParameter("sort_cols", columnFilter); String strSortDirs = vars.getInStringParameter("sort_dirs", directionFilter); - String strOrg = vars.getGlobalVariable("inpAD_Org_ID", "Locator.adorgid", ""); + String strOrg = vars.getGlobalVariable("inpadOrgId", "Locator.adorgid", ""); printGridData(response, vars, strName, strWarehousename, strAisle, strBin, strLevel, strSortCols, strSortDirs, strOffset, strPageSize, strNewFilter, strOrg); } else | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2012-09-05 10:47 | jecharri | New Issue | ||||||||||
2012-09-05 10:47 | jecharri | Assigned To | => mirurita | |||||||||
2012-09-05 10:47 | jecharri | Web browser | => Google Chrome | |||||||||
2012-09-05 10:47 | jecharri | Modules | => Core | |||||||||
2012-09-05 10:47 | jecharri | Resolution time | => 1349733600 | |||||||||
2012-09-05 17:48 | jonalegriaesarte | Assigned To | mirurita => jecharri | |||||||||
2012-09-17 18:19 | hgbot | Checkin | ||||||||||
2012-09-17 18:19 | hgbot | Note Added: 0052176 | ||||||||||
2012-09-17 18:19 | hgbot | Status | new => resolved | |||||||||
2012-09-17 18:19 | hgbot | Resolution | open => fixed | |||||||||
2012-09-17 18:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/06e1886fd04d93ae2643908711b7e1404a1e41c1 [^] | |||||||||
2012-09-17 18:29 | jecharri | Note Added: 0052177 | ||||||||||
2012-09-26 17:19 | hudsonbot | Checkin | ||||||||||
2012-09-26 17:19 | hudsonbot | Note Added: 0052775 | ||||||||||
2012-09-27 16:46 | xabiermerino | Closed by | => xabiermerino | |||||||||
2012-09-27 16:46 | xabiermerino | Note Added: 0052842 | ||||||||||
2012-09-27 16:46 | xabiermerino | Status | resolved => closed | |||||||||
2012-12-19 10:25 | ngarcia | Relationship added | related to 0022627 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|