View Issue Details

IDProjectCategoryView StatusLast Update
0005579OXID eShop (all versions)4.07. Source code, Testpublic2014-02-20 17:45
Reportermartinwegele 
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.7 / 5.0.7 
Target Version4.8.5 / 5.1.5Fixed in Version4.9.0_5.2.0_beta1 
Summary0005579: wrong description of method in comment
DescriptionIn oxubase the method setDeliveryAddress() has got the same description as the corresponding getDeliveryAddress().
By the way: Shouldn't they be moved to some widget or component?
Additional Information
/**
     * Template variable getter. Returns user delivery address
     *
     * @param array $aDeliveryAddress delivery address
     *
     * @return null
     */
    public function setDeliveryAddress($aDeliveryAddress)
    {
        $this->_aDeliveryAddress = $aDeliveryAddress;
    }
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

andrius.silgalis

2014-02-20 17:45

reporter   ~0009559

Updated comment.