Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0018461
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Cuaderno 43majoralways2011-09-07 18:102011-09-08 16:49
ReportermalsasuaView Statuspublic 
Assigned Tomirurita 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Merge Request Status
Regression date
Regression introduced by commit
Regression level
Review Assigned To
Support ticket
OBNetwork customerOBPS
Regression introduced in release
Summary

0018461: to import the file, the first character of partner name is deleted

Descriptionwhen 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0040819)
mirurita (viewer)
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 (viewer)
2011-09-08 16:49

verified

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker