Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027487 | Openbravo ERP | 02. Master data management | public | 2014-08-28 09:32 | 2014-09-30 22:33 |
|
Reporter | caristu | |
Assigned To | vmromanos | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 30669 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027487: Wrong display logic in List Price Rounding field of Price List Scheme window |
Description | The List Price Rounding field in the [Lines] tab of the [Price List Scheme] window has a wrong display logic definition. This causes that the window can't be opened when this field is marked as displayed (it is not displayed by default) |
Steps To Reproduce | As system admin
1) Go to [Windows, Tabs and Fields] and mark as displayed the List Price Rounding field in the [Lines] tab of the [Price List Scheme] window
As group admin
2) Go to the [Price List Scheme] window. Notice that the window is not loaded and the following error appears in the browser console: "Uncaught SyntaxError: Unexpected identifier" |
Proposed Solution | Add the missing '&' to the List Price Rounding field display logic:
@DiscountType@='P' & @List_Base@!'F' & @List_Base@!'C' & @List_Base@!'FC' |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-28 09:32 | caristu | New Issue | |
2014-08-28 09:32 | caristu | Assigned To | => dmiguelez |
2014-08-28 09:32 | caristu | OBNetwork customer | => Yes |
2014-08-28 09:32 | caristu | Modules | => Core |
2014-08-28 09:32 | caristu | Support ticket | => 30669 |
2014-08-28 09:32 | caristu | Resolution time | => 1415574000 |
2014-08-28 09:32 | caristu | Triggers an Emergency Pack | => No |
2014-08-28 09:33 | caristu | Issue Monitored: networkb | |
2014-08-28 09:48 | caristu | Target Version | => 3.0PR14Q4 |
2014-08-28 09:49 | caristu | Assigned To | dmiguelez => AtulOpenbravo |
2014-09-22 16:36 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-09-24 07:27 | fsoto82 | Note Added: 0070293 | |
2014-09-24 16:10 | vmromanos | Assigned To | AtulOpenbravo => vmromanos |
2014-09-24 16:11 | vmromanos | Status | new => scheduled |
2014-09-24 16:11 | vmromanos | fix_in_branch | => pi |
2014-09-30 13:59 | hgbot | Checkin | |
2014-09-30 13:59 | hgbot | Note Added: 0070552 | |
2014-09-30 13:59 | hgbot | Status | scheduled => resolved |
2014-09-30 13:59 | hgbot | Resolution | open => fixed |
2014-09-30 13:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/09de6db5a0a78c85eb0ddf493749564740aa6c0b [^] |
2014-09-30 14:02 | vmromanos | Review Assigned To | => vmromanos |
2014-09-30 14:02 | vmromanos | Note Added: 0070557 | |
2014-09-30 14:02 | vmromanos | Status | resolved => closed |
2014-09-30 22:33 | hudsonbot | Checkin | |
2014-09-30 22:33 | hudsonbot | Note Added: 0070592 | |
Notes |
|
|
As system admin
1) Go to [Windows, Tabs and Fields] and mark as displayed the List Price Rounding field in the [Lines] tab of the [Price List Scheme] window
As group admin
2) Go to the [Price List Scheme] window. The window load now with no error. |
|
|
(0070552)
|
hgbot
|
2014-09-30 13:59
|
|
Repository: erp/devel/pi
Changeset: 09de6db5a0a78c85eb0ddf493749564740aa6c0b
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Thu Sep 25 11:33:00 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/09de6db5a0a78c85eb0ddf493749564740aa6c0b [^]
Fixed bug 27487: Wrong display logic in Price List Scheme window causes the window don't open
Fixed the List Price Rounding field display logic.
The windows now can be opened.
---
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
|
|
|
|
|