Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0003685 | Openbravo ERP | 09. Financial management | public | 2008-04-18 10:46 | 2008-06-12 09:44 | |||||||
Reporter | cromero | |||||||||||
Assigned To | pheenan | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | 2.35MP4 | ||||||||||
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 | 0003685: Is not possible to create 34 bank rules where li | |||||||||||
Description | Related to bug: 0002886 Actually, this peace of code does not allow to create 34 bank rule remittances with more than a line. CreateFile.java --------------- if(comprobacion1 != 0 || comprobacion2 != 1 || comprobacion3 !=1 || comprobacion4 == 0){ if (log4j.isDebugEnabled()) log4j.debug("Error: c1:"+comprobacion1+" c2:"+comprobacion2+" c3:"+comprobacion3+" c4:"+comprobacion4); strMessage = Utility.messageBD(this, "CreateFileError", vars.getLanguage()); printPage(response, vars, strKey, "", "", strMessage); } --------------- Because comprobacion2 is: CreateFile34_data.xsql ---------------------- SELECT COUNT(*) FROM c_remittanceLine rl WHERE rl.c_remittance_ID = TO_NUMBER(?) ---------------------- Should be: comprobacion2 == 0 instead of comprobacion2 !=1 | |||||||||||
Steps To Reproduce | ||||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|