Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0003685Openbravo ERP09. Financial managementpublic2008-04-18 10:462008-06-12 09:44
cromero 
pheenan 
normalminoralways
closedfixed 
5
 
2.35MP4 
No
Core
No
0003685: Is not possible to create 34 bank rules where li
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
No tags attached.
blocks defect 0002886 closed cromero Is not possible to create 34 bank rules where lines<>1 
Issue History

Notes
(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 [^]
(0004134)
pheenan   
2008-04-22 16:47   
(edited on: 2008-06-12 09:27)
Logged In: YES
user_id=1883435
Originator: NO

Fixed with revision 3698.