Openbravo Issue Tracking System - Modules
View Issue Details
0018461ModulesCuaderno 43public2011-09-07 18:102011-09-08 16:49
malsasua 
mirurita 
highmajoralways
closedfixed 
20Community Appliance
 
 
OBPS
0018461: to import the file, the first character of partner name is deleted
when you import a file of cuaderno 43, and the character ## is not included in the business partner name, the first character of the business partner is deleted

The error is in the line:

 bpname = v_concept_2.substring(v_concept_2.indexOf("##") + 2, v_concept_2.length());

of Cuaderno43.java file

when the char ## is not included, the method "v_concept_2.indexOf("##")" returns -1 , and the substring is from -1 +2 = 1
. import a file of cuaderno 43
No tags attached.
Issue History
2011-09-07 18:10malsasuaNew Issue
2011-09-07 18:10malsasuaAssigned To => eduardo_Argal
2011-09-07 18:10malsasuaOBNetwork customer => Yes
2011-09-07 18:10malsasuaIssue Monitored: networkb
2011-09-08 10:58miruritaAssigned Toeduardo_Argal => mirurita
2011-09-08 10:58miruritaStatusnew => scheduled
2011-09-08 10:58miruritafix_in_branch => pi
2011-09-08 10:59miruritaNote Added: 0040819
2011-09-08 10:59miruritaStatusscheduled => resolved
2011-09-08 10:59miruritaResolutionopen => fixed
2011-09-08 16:49malsasuaNote Added: 0040824
2011-09-08 16:49malsasuaStatusresolved => closed

Notes
(0040819)
mirurita   
2011-09-08 10:59   
Fixed in changeset 16:a89187c5f0a9

https://code.openbravo.com/erp/pmods/org.openbravo.module.cuaderno43.es/rev/a89187c5f0a9 [^]

New version of Cuaderno 43 published 1.0.3
(0040824)
malsasua   
2011-09-08 16:49   
verified