Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018223 | Openbravo ERP | A. Platform | public | 2011-08-08 12:14 | 2011-09-01 16:34 |
|
Reporter | psarobe | |
Assigned To | iperdomo | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP2 | Fixed in Version | 3.0MP2 | |
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 | 0018223: You cannot see the business partners associate to a particular volume discount |
Description | You cannot see the business partners associate to a particular volume discount. The problem seems to be in the HQL where clause |
Steps To Reproduce | Login as Openbravo/openbravo
Change the role to QA admin
Go to Volume discount window
Select "Volume discounts Spain (EUR)"
Move to business partner tab
You will notice that there is no data and this is wrong
Expected behaviour: You should see two business partners:
1. Customer Spain with volume discount
2. Vendor Spain with volume discount |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-08-08 12:14 | psarobe | New Issue | |
2011-08-08 12:14 | psarobe | Assigned To | => iperdomo |
2011-08-08 12:14 | psarobe | Modules | => Core |
2011-08-08 12:14 | psarobe | OBNetwork customer | => No |
2011-08-08 12:15 | psarobe | Status | new => scheduled |
2011-08-08 16:59 | hgbot | Checkin | |
2011-08-08 16:59 | hgbot | Note Added: 0040008 | |
2011-08-08 16:59 | hgbot | Status | scheduled => resolved |
2011-08-08 16:59 | hgbot | Resolution | open => fixed |
2011-08-08 16:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d3b9b3c463db6025cacc34bc43eb0f7592e512c6 [^] |
2011-08-11 09:44 | psarobe | Note Added: 0040107 | |
2011-08-11 09:44 | psarobe | Status | resolved => closed |
2011-08-11 09:44 | psarobe | Fixed in Version | => 3.0MP2 |
2011-08-16 13:21 | hgbot | Checkin | |
2011-08-16 13:21 | hgbot | Note Added: 0040176 | |
2011-08-16 13:21 | hgbot | Status | closed => resolved |
2011-08-16 13:21 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/d3b9b3c463db6025cacc34bc43eb0f7592e512c6 [^] => http://code.openbravo.com/erp/devel/pi/rev/dac14a3fa4cbfadd42db03d32d0f2cc43a99b99d [^] |
2011-08-16 13:23 | hudsonbot | Checkin | |
2011-08-16 13:23 | hudsonbot | Note Added: 0040191 | |
2011-09-01 16:34 | iperdomo | Note Added: 0040682 | |
2011-09-01 16:34 | iperdomo | Status | resolved => closed |
Notes |
|
(0040008)
|
hgbot
|
2011-08-08 16:59
|
|
Repository: erp/devel/pi
Changeset: d3b9b3c463db6025cacc34bc43eb0f7592e512c6
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Mon Aug 08 16:58:49 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d3b9b3c463db6025cacc34bc43eb0f7592e512c6 [^]
Fixes issue 18223: The filter by the parent id is automatically added. HQL not required.
The hql where clause is not needed in this case. But if you remove it, the
compilation process will mark this Window to be shown in classic mode. Added a
dummy hql where 1=1 clause to avoid the problem.
---
M src-db/database/sourcedata/AD_TAB.xml
---
|
|
|
|
|
|
(0040176)
|
hgbot
|
2011-08-16 13:21
|
|
Repository: erp/devel/pi
Changeset: dac14a3fa4cbfadd42db03d32d0f2cc43a99b99d
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Mon Aug 08 16:58:49 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/dac14a3fa4cbfadd42db03d32d0f2cc43a99b99d [^]
Fixes issue 18223: The filter by the parent id is automatically added. HQL not required.
The hql where clause is not needed in this case. But if you remove it, the
compilation process will mark this Window to be shown in classic mode. Added a
dummy hql where 1=1 clause to avoid the problem.
---
M src-db/database/sourcedata/AD_TAB.xml
---
|
|
|
|
|
|
|
Closed as the reporter (psarobe) forgot about it ;) |
|