Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0019654 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2012-02-03 12:47 | 2012-03-15 21:28 | |||
Reporter | xabiermerino | View Status | public | |||||
Assigned To | jecharri | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 48dd4c27c254 | ||||
Projection | none | ETA | none | Target Version | 2.50MP40 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP38 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 13848 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0019654: Create File 34 (Remittance) - Location does not appear if the address 2 is empty | |||||||
Description | Create File 34 (Remittance) - Location does not appear if the address 2 is empty | |||||||
Steps To Reproduce | -As admin set the adreess 2 of main empty -create a file of a remittance (cuaderno 34) -realize that the location does not appear (line 3) | |||||||
Proposed Solution | In the file CreateFile34_data.xsql change the line: RPAD(l.Address1||' '||l.Address2,36) for: RPAD(l.Address1||' '||COALESCE (' ',l.Address2),36) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0046204) hgbot (developer) 2012-03-08 16:42 |
Repository: erp/stable/2.50 Changeset: 48dd4c27c2548f3295ccf2ebb11e338c2384e4fb Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Thu Mar 08 16:42:12 2012 +0100 URL: http://code.openbravo.com/erp/stable/2.50/rev/48dd4c27c2548f3295ccf2ebb11e338c2384e4fb [^] Fixes issue 19654: Create File 34 (Remittance) - Location does not appear if the address 2 is empty --- M src/org/openbravo/erpCommon/ad_actionButton/CreateFile34_data.xsql --- |
(0046205) jecharri (viewer) 2012-03-08 16:46 |
Test Cases: -Verify all posible cases: +with address 1 and 2 +with address 1 +with address 2 -Try to put to long names, more than 36. 36 are the maximun characters, so the name must be cut |
(0046231) hgbot (developer) 2012-03-09 13:17 |
Repository: erp/stable/2.50 Changeset: 28ee481be9d7c9a323983c1c77331c6161aa7ea6 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Fri Mar 09 13:16:59 2012 +0100 URL: http://code.openbravo.com/erp/stable/2.50/rev/28ee481be9d7c9a323983c1c77331c6161aa7ea6 [^] issue 19654: Create File 34 (Remittance) and Fix the smoke 2.50-inc-oracle (381). The proplem was that character were different Addres1 was nchar and ' ' is char --- M src/org/openbravo/erpCommon/ad_actionButton/CreateFile34_data.xsql --- |
(0046482) xabiermerino (viewer) 2012-03-15 21:28 |
verified |
![]() |
|||
Date Modified | Username | Field | Change |
2012-02-03 12:47 | xabiermerino | New Issue | |
2012-02-03 12:47 | xabiermerino | Assigned To | => jonalegriaesarte |
2012-02-03 12:47 | xabiermerino | Modules | => Core |
2012-02-03 12:47 | xabiermerino | OBNetwork customer | => Yes |
2012-02-03 12:47 | xabiermerino | Support ticket | => 13848 |
2012-02-03 12:47 | xabiermerino | Resolution time | => 1333231200 |
2012-02-03 12:47 | xabiermerino | Issue Monitored: networkb | |
2012-03-06 19:11 | jonalegriaesarte | Assigned To | jonalegriaesarte => jecharri |
2012-03-08 16:42 | hgbot | Checkin | |
2012-03-08 16:42 | hgbot | Note Added: 0046204 | |
2012-03-08 16:42 | hgbot | Status | new => resolved |
2012-03-08 16:42 | hgbot | Resolution | open => fixed |
2012-03-08 16:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/48dd4c27c2548f3295ccf2ebb11e338c2384e4fb [^] |
2012-03-08 16:46 | jecharri | Note Added: 0046205 | |
2012-03-09 13:17 | hgbot | Checkin | |
2012-03-09 13:17 | hgbot | Note Added: 0046231 | |
2012-03-15 21:28 | xabiermerino | Note Added: 0046482 | |
2012-03-15 21:28 | xabiermerino | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |