Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0003672Openbravo ERP02. Master data managementpublic2008-04-04 12:332008-06-12 09:44
cromero 
pheenan 
normalminoralways
closedfixed 
5
 
2.35MP4 
No
Core
No
0003672: Error in the Edi File import
Related to bug:
0002807

Insert clause is wrong in EdiFileImport.xsql. The wrong line is:
VALUES(TO_NUMBER(?) TO_NUMBER(?), TO_NUMBER(?), 'Y', now(), TO_NUMBER(?),
now(), TO_NUMBER(?), ?, ?, ?, ?, ?, to_date(?, 'yyyymmdd'), to_date(?,
'yyyymmdd'), ?, ?, TO_NUMBER(?), ?, ?, ?, ?, ?, ?)

take a look to the two first parameters without ','.

Right line is:
VALUES(TO_NUMBER(?), TO_NUMBER(?), TO_NUMBER(?), 'Y', now(), TO_NUMBER(?),
now(), TO_NUMBER(?), ?, ?, ?, ?, ?, to_date(?, 'yyyymmdd'), to_date(?,
'yyyymmdd'), ?, ?, TO_NUMBER(?), ?, ?, ?, ?, ?, ?)
No tags attached.
blocks defect 0002807 closed cromero Error in the Edi File import 
Issue History

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

Fixed in revision 3713