Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0003685 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 09. Financial management | minor | always | 2008-04-18 10:46 | 2008-06-12 09:44 | |||
Reporter | cromero | View Status | public | |||||
Assigned To | pheenan | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 2.35MP4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0004134) pheenan (viewer) 2008-04-22 16:47 edited on: 2008-06-12 09:27 |
Logged In: YES user_id=1883435 Originator: NO Fixed with revision 3698. |
(0007274) user71 2005-06-01 00:00 edited on: 2008-06-12 09:44 |
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis. You can see the original bug report in: https://sourceforge.net/support/tracker.php?aid=1945502 [^] |
Copyright © 2000 - 2009 MantisBT Group |