Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009186 | Openbravo ERP | 04. Warehouse management | public | 2009-05-26 14:48 | 2009-06-16 00:00 |
|
Reporter | walle | |
Assigned To | areefbasha | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntju |
Product Version | 2.50MP1 | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0009186: Physical Inventory - cannot create lines |
Description | Selecting a product in physical inventory lines does not update the uom, further is not possible to save the line, the icons for saving, new ecc. does no more respond on clicking.
|
Steps To Reproduce | create new physical inventoryin warehouse management
go to lines and create a line manually
choose warehouse USING THE SELECTOR WITH THE MOUSE
choose product USING THE SELECTOR WITH THE MOUSE
type a quantity
try to save: page is blocked |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0009436 | | closed | areefbasha | Physical Inventory - cannot create lines |
|
Attached Files | DBA-diff.txt (992) 2009-06-10 23:52 https://issues.openbravo.com/file_download.php?file_id=1414&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2009-05-26 14:48 | walle | New Issue | |
2009-05-26 14:48 | walle | Assigned To | => rafaroda |
2009-05-29 11:43 | psarobe | OBNetwork customer | => No |
2009-05-29 11:43 | psarobe | Note Added: 0016758 | |
2009-05-29 11:43 | psarobe | Priority | normal => urgent |
2009-05-29 11:43 | psarobe | Status | new => scheduled |
2009-06-01 11:47 | rafaroda | Assigned To | rafaroda => iperdomo |
2009-06-01 11:47 | rafaroda | Proposed Solution updated | |
2009-06-10 19:57 | iciordia | Assigned To | iperdomo => dbaz |
2009-06-10 23:52 | dbaz | File Added: DBA-diff.txt | |
2009-06-10 23:59 | dbaz | Note Added: 0017200 | |
2009-06-11 00:00 | dbaz | Assigned To | dbaz => rafaroda |
2009-06-11 07:37 | rafaroda | Note Added: 0017207 | |
2009-06-11 07:37 | rafaroda | Assigned To | rafaroda => areefbasha |
2009-06-11 07:37 | rafaroda | Issue cloned | 0009436 |
2009-06-11 07:37 | rafaroda | Relationship added | depends on 0009436 |
2009-06-12 12:24 | hgbot | Checkin | |
2009-06-12 12:24 | hgbot | Note Added: 0017245 | |
2009-06-12 12:24 | hgbot | Status | scheduled => resolved |
2009-06-12 12:24 | hgbot | Resolution | open => fixed |
2009-06-12 12:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f4c05c8d6b716de0b835f7d79b51a75cc2ad40ea [^] |
2009-06-15 10:31 | sureshbabu | Status | resolved => closed |
2009-06-15 10:31 | sureshbabu | Note Added: 0017286 | |
2009-06-15 10:31 | sureshbabu | Fixed in Version | => pi |
2009-06-16 00:00 | anonymous | sf_bug_id | 0 => 2806849 |
Notes |
|
|
Very important to follow the order of the steps |
|
|
(0017200)
|
dbaz
|
2009-06-10 23:59
|
|
The problem is not related to javascript. It seems to be a problem with the java of the callout.
/src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Locator.java
At the end of that file, you can see that if there is no product selected the function doesn't end well and it hangs the callout process.
The attached diff (DBA-diff.txt) fixes the bug.
The bug is also present in 2.40
I return the bug to you, Rafa, because you should assign it to the right person who can check my attached diff to see if it doesn't break the "business logic" in any way.
If everything is ok, the new responsible of the bug should commit the fix and do the backport if you decide to create it. |
|
|
|
|
|
(0017245)
|
hgbot
|
2009-06-12 12:24
|
|
Repository: erp/devel/pi
Changeset: f4c05c8d6b716de0b835f7d79b51a75cc2ad40ea
Author: Areef Basha <areef.basha <at> openbravo.com>
Date: Fri Jun 12 15:49:35 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/f4c05c8d6b716de0b835f7d79b51a75cc2ad40ea [^]
Fixes bug 9186: Physical Inventory - cannot create lines.
Now the no product selection function has been made to end well.
---
M src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Locator.java
---
|
|
|
|
|