Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0022783 | Openbravo ERP | Z. Others | public | 2013-01-11 13:54 | 2013-01-28 16:54 |
Reporter | maite | ||||
Assigned To | jonalegriaesarte | ||||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | 3.0MP20 | Fixed in Version | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | OBPS | ||||
Web browser | |||||
Modules | Advanced Payables and Receivables Mngmt | ||||
Support ticket | 18945 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0022783: Error in "Generate Payment" process | ||||
Description | Error in "Generate Payment" process | ||||
Steps To Reproduce | 1. Create Payment proposal header 2. Add payment proposal lines until that description of payment which is going to be created is more than 255 characters 3. Run "Generate Payment" process and error will be raised | ||||
Proposed Solution | Problem is in "FIN_PaymentProcess.java, in line 219 when description is going to be truncated. Instead of code: String truncateDescription = (description.length() > 255) ? description .substring(0, 252).concat("...").toString() : description.toString(); following code should be set: String truncateDescription = (description.length() > 255) ? description .substring(0, 251).concat("...").toString() : description.toString(); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-01-11 13:54 | maite | New Issue | |||
2013-01-11 13:54 | maite | Assigned To | => dmiguelez | ||
2013-01-11 13:54 | maite | Modules | => Advanced Payables and Receivables Mngmt | ||
2013-01-11 13:54 | maite | OBNetwork customer | => Yes | ||
2013-01-11 13:54 | maite | Support ticket | => 18945 | ||
2013-01-11 13:54 | maite | Triggers an Emergency Pack | => No | ||
2013-01-11 13:56 | maite | Target Version | => 3.0MP20 | ||
2013-01-11 13:56 | maite | Priority | high => immediate | ||
2013-01-11 13:56 | maite | Assigned To | dmiguelez => jonalegriaesarte | ||
2013-01-11 14:05 | maite | Issue Monitored: networkb | |||
2013-01-24 11:40 | hgbot | Checkin | |||
2013-01-24 11:40 | hgbot | Note Added: 0055803 | |||
2013-01-24 11:40 | hgbot | Status | new => resolved | ||
2013-01-24 11:40 | hgbot | Resolution | open => fixed | ||
2013-01-24 11:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0748646d63bb097a948678d9a4a304a38253855d [^] | ||
2013-01-24 21:40 | hudsonbot | Checkin | |||
2013-01-24 21:40 | hudsonbot | Note Added: 0055825 | |||
2013-01-28 16:54 | maite | Note Added: 0055919 | |||
2013-01-28 16:54 | maite | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|