DemacMedia/Magento-Multi-Location-Inventory

View on GitHub
app/code/community/Demac/MultiLocationInventory/Block/Adminhtml/Location/Edit/Tab/Location.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method _prepareFormAddressFields has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function _prepareFormAddressFields($fieldset)
    {
        $fieldset->addField('address', 'text', array(
            'label'    => $this->__('Address'),
            'class'    => 'required-entry',

There are no issues that match your filters.

Category
Status