Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023363Openbravo ERP09. Financial managementpublic2013-03-21 11:272013-05-06 17:00
egoitz 
jecharri 
urgentmajoralways
closedfixed 
5
 
3.0MP233.0MP24 
egoitz
Core
No
0023363: The insertConversionRateDocument method on FIN_PaymentProcess fails on the migrationtool
The insertConversionRateDocument method on FIN_PaymentProcess fails on the migrationtool.
The migration tool is executed as system but the data saved is for the user Client so the object should be created witht he id of the client of the document and not as client.
-On an environment using multicurrency on 2.50 execute the upgrade to 3.0
and then run the migration tool.
*The process fails when using a differente currency on the setlements.
Add
      newConversionRateDoc.setClient(payment.getClient());
No tags attached.
Issue History
2013-03-21 11:27egoitzNew Issue
2013-03-21 11:27egoitzAssigned To => dmiguelez
2013-03-21 11:27egoitzModules => Core
2013-03-21 11:27egoitzTriggers an Emergency Pack => No
2013-03-25 09:44dmiguelezAssigned Todmiguelez => jonalegriaesarte
2013-04-18 10:14jonalegriaesarteAssigned Tojonalegriaesarte => jecharri
2013-04-18 13:07hgbotCheckin
2013-04-18 13:07hgbotNote Added: 0058019
2013-04-18 13:07hgbotStatusnew => resolved
2013-04-18 13:07hgbotResolutionopen => fixed
2013-04-18 13:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/463c9c10bb0c52ef5931c3a3e73c6ffdfc01ece7 [^]
2013-04-19 12:53hudsonbotCheckin
2013-04-19 12:53hudsonbotNote Added: 0058051
2013-05-06 17:00egoitzReview Assigned To => egoitz
2013-05-06 17:00egoitzNote Added: 0058471
2013-05-06 17:00egoitzStatusresolved => closed
2013-05-06 17:00egoitzFixed in Version => 3.0MP24

Notes
(0058019)
hgbot   
2013-04-18 13:07   
Repository: erp/devel/pi
Changeset: 463c9c10bb0c52ef5931c3a3e73c6ffdfc01ece7
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Thu Apr 18 13:07:05 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/463c9c10bb0c52ef5931c3a3e73c6ffdfc01ece7 [^]

Fixes issue 23363: The insertConversionRateDocument
method on FIN_PaymentProcess fails on the migrationtool

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
---
(0058051)
hudsonbot   
2013-04-19 12:53   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/872081925d42 [^]

Maturity status: Test
(0058471)
egoitz   
2013-05-06 17:00   
verified