View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005579 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2013-12-16 09:40 | 2014-02-20 17:45 |
| Reporter | martinwegele | Assigned To | |||
| Priority | low | Severity | text | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.7.7 / 5.0.7 | ||||
| Target Version | 4.8.5 / 5.1.5 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
| Summary | 0005579: wrong description of method in comment | ||||
| Description | In 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;
} | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||