1

I want to display my custom attribute value in magento admin invoice grid in "Item Invoiced" section

app/code/core/mage/AdminHtml/Block/sales/order/Invoice/View/Items.php

its generated via

 public function getOrder()
    {
        return $this->getInvoice()->getOrder();
    }

now how should i place my own attribute in this grid for expample weight attibute as a separate column?

user2477139
  • 608
  • 1
  • 6
  • 21

0 Answers0