Magento在管理发票网格中获取自定义属性值

Magento在管理发票网格中获取自定义属性值,magento,invoice,adminhtml,Magento,Invoice,Adminhtml,我想在“项目发票”部分的magento管理发票网格中显示我的自定义属性值 app/code/core/mage/AdminHtml/Block/sales/order/Invoice/View/Items.php 它是通过 public function getOrder() { return $this->getInvoice()->getOrder(); } 现在,我应该如何将自己的属性作为一个单独的列放置在expample weight at

我想在“项目发票”部分的magento管理发票网格中显示我的自定义属性值

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

它是通过

 public function getOrder()
    {
        return $this->getInvoice()->getOrder();
    }
现在,我应该如何将自己的属性作为一个单独的列放置在expample weight attibute的网格中