Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028600Openbravo ERP04. Warehouse managementpublic2015-01-13 18:172015-01-19 18:25
umartirena 
umartirena 
urgentmajoralways
closedfixed 
5
 
3.0PR15Q2 
Sandrahuguet
Core
No
0028600: API Break on Cost Adjustments Project (try-api 1152)
API Break due to the reference of Line No. column has been changed from Number to Integer in Landed Cost Cost table.

The problem was caused by a reference mistmatch between lineNo property in HQL
table, which was correctly Integer, and the reference for the M_LC_Cost.lineNo
which was Number.

There risk on this change is low because this is a window relatively new and there should not be other modules using this windows yet.
Look at: https://ci.openbravo.com/view/try/job/try-api/1152/consoleFull [^]

Total: 99.99% good, 0% bad, 0% missing

Error Summary:
Methods: 1 bad, 1 missing.

Errors:

org.openbravo.model.materialmgmt.cost:
Bad
method org.openbravo.model.materialmgmt.cost.LandedCostCost.getLineNo(): type java.math.BigDecimal in SANDBOX/api-checks/java/reference/java, but type java.lang.Long in /srv/ci/workspace/try-full-pgsql/SANDBOX/api-checks/output/java
Missing
method org.openbravo.model.materialmgmt.cost.LandedCostCost.setLineNo(java.math.BigDecimal): missing in /srv/ci/workspace/try-full-pgsql/SANDBOX/api-checks/output/java
No tags attached.
related to defect 0028565 closed umartirena not possible to filter by LineNo field in Match LC Cost 
Issue History
2015-01-13 18:17umartirenaNew Issue
2015-01-13 18:17umartirenaAssigned To => dmiguelez
2015-01-13 18:17umartirenaModules => Core
2015-01-13 18:17umartirenaTriggers an Emergency Pack => No
2015-01-13 18:21umartirenaDescription Updatedbug_revision_view_page.php?rev_id=7439#r7439
2015-01-13 20:02umartirenaRelationship addedrelated to 0028565
2015-01-13 20:03umartirenaAssigned Todmiguelez => umartirena
2015-01-16 18:19dmitry_mezentsevNote Added: 0073585
2015-01-19 09:59hgbotCheckin
2015-01-19 09:59hgbotNote Added: 0073591
2015-01-19 09:59hgbotStatusnew => resolved
2015-01-19 09:59hgbotResolutionopen => fixed
2015-01-19 09:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/241de350912aa1344fd862e153d27a95d534efd5 [^]
2015-01-19 18:25SandrahuguetReview Assigned To => Sandrahuguet
2015-01-19 18:25SandrahuguetStatusresolved => closed
2015-01-19 18:25SandrahuguetFixed in Version => 3.0PR15Q2

Notes
(0073585)
dmitry_mezentsev   
2015-01-16 18:19   
Approved.
(0073591)
hgbot   
2015-01-19 09:59   
Repository: erp/devel/api-checks
Changeset: 241de350912aa1344fd862e153d27a95d534efd5
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Mon Jan 19 09:58:26 2015 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/241de350912aa1344fd862e153d27a95d534efd5 [^]

Fixes bug 28600: API Break on Cost Adjustments Project (try-api 1152)

---
M java/reference/java.japi.gz
---