View Issue Details

IDProjectCategoryView StatusLast Update
0006100OXID ERP InterfaceOXID ERP Interface - subpublic2016-02-29 17:47
Reportermartinwegele Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status acknowledgedResolutionopen 
Product Version2.14.0 
Summary0006100: oxarticles.OXSHOWCUSTOMAGREEMENT is missing in db-layer-version 13
DescriptionThe field OXSHOWCUSTOMAGREEMENT was added to the table oxarticles in shop version 5.1.6 to address the requirements for the new consumer rights directive: http://wiki.oxidforge.org/Downloads/4.8.6_5.1.6#Changes_in_Data_base_structure
Therefore the new ERP version 2.13.0 (= db layer version 12) was released which enabled access to this field via SOAP or CSV. However in db layer version 13 this field is missing in the list.
Steps To Reproducecheck oxERPType_Article::$_aFieldListVersions[13]
TagsSolution Provided

Activities

martinwegele

2015-03-26 15:29

reporter   ~0010835

Workaround: Insert it manually in the unencrypted file modules/erp/objects/oxerptype_article.php in line 1206.

robert blank

2016-02-29 17:47

reporter   ~0011482

Anyway this field is mentioned in the documentation. So documentation does not match the code. As far as I understand martinwegele the documentation would be correct in this case, but the code is wrong. This is why I do not open a new bug report for wrong documentation