Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0007319 | Openbravo ERP | B. User interface | public | 2009-02-02 17:19 | 2009-02-03 19:29 |
|
Reporter | networkb | |
Assigned To | jpabloae | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | out of date | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40MP1 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0007319: isInRangeNumberBox function fails when a product is selected in a Sales Invoice line |
Description | In sales invoice line, isInRangeNumberBox function fails when a product is selected (using Product selector) or when Invoiced Quantity or Unit Price fields are changed. In firebug, the error shows: Element is null element.style.display="none"; |
Steps To Reproduce | Go to Sales Invoice > Line.
Open product selector and select one. See Line Net Amount field. It is always,0.
Change Invoiced Quantity field or Unit Price field. In both cases, Line Net Amount field (that must change) is 0. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0006366 | | closed | jpabloae | compile.complete does not clean WebContent | depends on | backport | 0007351 | | closed | jpabloae | isInRangeNumberBox function fails when a product is selected in a Sales Invoice line |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-02-02 17:19 | networkb | New Issue | |
2009-02-02 17:19 | networkb | Assigned To | => rafaroda |
2009-02-02 17:19 | networkb | sf_bug_id | 0 => 2557423 |
2009-02-02 17:19 | networkb | OBNetwork customer | => Yes |
2009-02-02 17:19 | networkb | Regression testing | => No |
2009-02-03 00:16 | dbaz | Note Added: 0013045 | |
2009-02-03 12:40 | rafaroda | Note Added: 0013080 | |
2009-02-03 12:40 | rafaroda | Assigned To | rafaroda => jpabloae |
2009-02-03 13:20 | jpabloae | Relationship added | related to 0007339 |
2009-02-03 13:21 | jpabloae | Status | new => scheduled |
2009-02-03 13:21 | jpabloae | fix_in_branch | => trunk |
2009-02-03 13:22 | jpabloae | Status | scheduled => resolved |
2009-02-03 13:22 | jpabloae | Fixed in Version | => 2.40MP3 |
2009-02-03 13:22 | jpabloae | svn_revision | => 12705 |
2009-02-03 13:22 | jpabloae | Resolution | open => fixed |
2009-02-03 13:22 | jpabloae | Note Added: 0013084 | |
2009-02-03 19:19 | rafaroda | Status | resolved => new |
2009-02-03 19:19 | rafaroda | Resolution | fixed => open |
2009-02-03 19:19 | rafaroda | Fixed in Version | 2.40MP3 => |
2009-02-03 19:20 | rafaroda | svn_revision | 12705 => |
2009-02-03 19:20 | rafaroda | fix_in_branch | trunk => |
2009-02-03 19:20 | rafaroda | Status | new => scheduled |
2009-02-03 19:20 | rafaroda | fix_in_branch | => trunk |
2009-02-03 19:23 | rafaroda | Status | scheduled => closed |
2009-02-03 19:23 | rafaroda | Note Added: 0013103 | |
2009-02-03 19:23 | rafaroda | Resolution | open => out of date |
2009-02-03 19:29 | rafaroda | Relationship deleted | related to 0007339 |
2009-02-03 19:29 | rafaroda | Relationship added | related to 0006366 |
Notes |
|
(0013045)
|
dbaz
|
2009-02-03 00:16
|
|
It is really really strange:
In branch r2.40 and trunk it works (and there has not been changes related with the javascript functions that seems to fail...)
Can anyone else confirm that it works in branch r2.40 and trunk? (to ensure that I am not doing anything wrong)
Thanks. |
|
|
|
Please notice that first time accessing customer's instance, 'Your browser's cache has outdated files. Please clean it and reload the page.' message is displayed. Even if one cleans browser's cache, message keeps displaying. This could be causing the issue described above. |
|
|
|
The issue here is how OBN makes the update. Openbravo updates WebContent based on file dates. This may be tricky in some situation if you have modifies a js file and the updates file comes with an older date. To fix this I have backported a fix from trunk which cleans the WebContent in a compile.complete. This has extra benefits. |
|
|
|
|