Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0027445Openbravo ERPA. Platformpublic2014-08-23 17:492015-06-04 11:00
shuehner 
NaroaIriarte 
normalminorhave not tried
closedfixed 
5
 
3.0PR15Q33.0PR15Q3 
alostale
Core
No
0027445: pl-function ad_table_import has datatype mismatch
that function is assigning numbers to varchar variables (uuid 's)

142 v_AD_Reference_ID:=13;
146 v_AD_Reference_ID:=19;

Not line numbers as shown with i.e. \sf+ ad_table_import

Note: only those two lines rest of the functios seems fine so maybe leftover
review function body
changes lines to assign '13' or '19'
No tags attached.
Issue History
2014-08-23 17:49shuehnerNew Issue
2014-08-23 17:49shuehnerAssigned To => AugustoMauch
2014-08-23 17:49shuehnerModules => Core
2014-08-23 17:49shuehnerTriggers an Emergency Pack => No
2015-03-11 11:22alostaleStatusnew => acknowledged
2015-03-17 14:38alostaleAssigned ToAugustoMauch => platform
2015-06-02 12:02alostaleAssigned Toplatform => NaroaIriarte
2015-06-02 12:02alostaleStatusacknowledged => scheduled
2015-06-02 12:02alostaleTarget Version => 3.0PR15Q3
2015-06-02 14:35hgbotCheckin
2015-06-02 14:35hgbotNote Added: 0077982
2015-06-02 14:35hgbotStatusscheduled => resolved
2015-06-02 14:35hgbotResolutionopen => fixed
2015-06-02 14:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4e1811fb5889126ea705ff2c47569811558fd8fe [^]
2015-06-02 14:35NaroaIriarteIssue Monitored: alostale
2015-06-02 14:35NaroaIriarteReview Assigned To => alostale
2015-06-02 14:39hgbotCheckin
2015-06-02 14:39hgbotNote Added: 0077983
2015-06-03 18:55hudsonbotCheckin
2015-06-03 18:55hudsonbotNote Added: 0078035
2015-06-03 18:55hudsonbotCheckin
2015-06-03 18:55hudsonbotNote Added: 0078036
2015-06-04 11:00alostaleNote Added: 0078052
2015-06-04 11:00alostaleStatusresolved => closed
2015-06-04 11:00alostaleFixed in Version => 3.0PR15Q3

Notes
(0077982)
hgbot   
2015-06-02 14:35   
Repository: erp/devel/pi
Changeset: 4e1811fb5889126ea705ff2c47569811558fd8fe
Author: Naroa Iriarte <naroa.iriarte <at> openbravo.com>
Date: Tue Jun 02 14:18:15 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4e1811fb5889126ea705ff2c47569811558fd8fe [^]

Fixed issue 27445:ad_table_import function has two lines with wrong datatype.

In the AD_TABLE_IMPORT.xml, there were two values assigned with wrong type of data.
These were integer and should be varchar.

To fix this, those two values have been changed to varchar.
To test this after the change, a new table has been created, and the "Create Columns from DB"
process has been executed. It works correctly.

---
M src-db/database/model/functions/AD_TABLE_IMPORT.xml
---
(0077983)
hgbot   
2015-06-02 14:39   
Repository: erp/devel/pi
Changeset: de9cee4838436cd13e7cb0fa48e18ee8308931e4
Author: Naroa Iriarte <naroa.iriarte <at> openbravo.com>
Date: Tue Jun 02 14:38:36 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/de9cee4838436cd13e7cb0fa48e18ee8308931e4 [^]

Related with issue 27445: Update the copyright year

The year of the copyright has been updated.

---
M src-db/database/model/functions/AD_TABLE_IMPORT.xml
---
(0078035)
hudsonbot   
2015-06-03 18:55   
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/084e25f8f2cd [^]
Maturity status: Test
(0078036)
hudsonbot   
2015-06-03 18:55   
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/084e25f8f2cd [^]
Maturity status: Test
(0078052)
alostale   
2015-06-04 11:00   
code reviewed + tested importing table (both references are used)