Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012252 | Openbravo ERP | 09. Financial management | public | 2010-02-12 17:38 | 2010-03-10 18:30 |
|
| Reporter | dalsasua | |
| Assigned To | dalsasua | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 20 | OS Version | Ubuntu 9.04 |
| Product Version | pi | |
| Target Version | pi | 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 | 0012252: In the bank report window, the bank account combo is not provided any ID |
| Description | In the bank report window, the bank account combo is not provided any ID |
| Steps To Reproduce | Go to Financial Management || Receivables & Payables || Analysis Tools || Bank Report || Bank Report
Have a look to source code of the combo "Bank Account"
Realize that value="" for all elements |
| Proposed Solution | In AccountNumberCombo_data.xsql, substitute
SELECT AD_COLUMN_IDENTIFIER(TO_CHAR('C_BankAccount'), TO_CHAR(C_BANKACCOUNT.C_BANKACCOUNT_ID), TO_CHAR(?)) AS name
with
SELECT C_BANKACCOUNT_ID AS ID, AD_COLUMN_IDENTIFIER(TO_CHAR('C_BankAccount'), TO_CHAR(C_BANKACCOUNT.C_BANKACCOUNT_ID), TO_CHAR(?)) AS name
|
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2010-02-12 17:38 | dalsasua | New Issue | |
| 2010-02-12 17:38 | dalsasua | Assigned To | => dalsasua |
| 2010-02-12 17:38 | dalsasua | OBNetwork customer | => No |
| 2010-02-12 17:41 | dalsasua | Status | new => scheduled |
| 2010-02-12 17:41 | dalsasua | fix_in_branch | => pi |
| 2010-02-12 17:42 | hgbot | Checkin | |
| 2010-02-12 17:42 | hgbot | Note Added: 0024214 | |
| 2010-02-12 17:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e049db463487a76113942aa5ba285d3bddc2dd13 [^] |
| 2010-02-12 17:42 | dalsasua | Status | scheduled => resolved |
| 2010-02-12 17:42 | dalsasua | Fixed in Version | => pi |
| 2010-02-12 17:42 | dalsasua | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/e049db463487a76113942aa5ba285d3bddc2dd13 [^] => e049db463487a76113942aa5ba285d3bddc2dd13 |
| 2010-02-12 17:42 | dalsasua | Resolution | open => fixed |
| 2010-02-15 17:39 | hudsonbot | Checkin | |
| 2010-02-15 17:39 | hudsonbot | Note Added: 0024363 | |
| 2010-02-17 11:42 | sureshbabu | Note Added: 0024472 | |
| 2010-02-17 11:42 | sureshbabu | Status | resolved => closed |
| 2010-02-18 00:01 | anonymous | sf_bug_id | 0 => |
| 2010-03-10 18:30 | anonymous | sf_bug_id | => 2968062 |