Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018461 | Modules | Cuaderno 43 | public | 2011-09-07 18:10 | 2011-09-08 16:49 |
|
Reporter | malsasua | |
Assigned To | mirurita | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | OBPS |
Regression introduced in release | |
|
Summary | 0018461: to import the file, the first character of partner name is deleted |
Description | 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 |
Steps To Reproduce | . import a file of cuaderno 43 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-09-07 18:10 | malsasua | New Issue | |
2011-09-07 18:10 | malsasua | Assigned To | => eduardo_Argal |
2011-09-07 18:10 | malsasua | OBNetwork customer | => Yes |
2011-09-07 18:10 | malsasua | Issue Monitored: networkb | |
2011-09-08 10:58 | mirurita | Assigned To | eduardo_Argal => mirurita |
2011-09-08 10:58 | mirurita | Status | new => scheduled |
2011-09-08 10:58 | mirurita | fix_in_branch | => pi |
2011-09-08 10:59 | mirurita | Note Added: 0040819 | |
2011-09-08 10:59 | mirurita | Status | scheduled => resolved |
2011-09-08 10:59 | mirurita | Resolution | open => fixed |
2011-09-08 16:49 | malsasua | Note Added: 0040824 | |
2011-09-08 16:49 | malsasua | Status | resolved => closed |