Ricardo Velhote

Results 5 issues of Ricardo Velhote

Hello, We came across a possible bug related to Mass Update Attribute + Catalog Product Association Index that I would like additional verification. All our categories are set as anchor...

needs investigation

If you have sessions in two (or more) different browsers/devices changing the password on one of them should invalidate all other sessions. This is Magento's behaviour in the administration area...

needs investigation

When creating a creditmemo (online or offline is irrelevant) for an order that is already has `state = 'complete'` Magento will revert back to `state = processing`. https://github.com/OpenMage/magento-lts/blob/89adc787a8cd9af36dea6c7c55c91e70d3671db4/app/code/core/Mage/Sales/Model/Order/Payment.php#L728 This can...

needs investigation

This patch adds support for environment variables in the Magento `local.xml` file. This is useful for automated deployments that cannot hardcode/store credentials in files. This change should be used in...

Hello, I am working on a Magento 1.9 module and I am puzzled by the output of `Charge::find` regarding the `fiat_value` member. I created a charge with the following parameters:...