「請求済みアイテム」セクションの magento 管理請求書グリッドにカスタム属性値を表示したい
app/code/core/mage/AdminHtml/Block/sales/order/Invoice/View/Items.php
その生成された
public function getOrder()
{
return $this->getInvoice()->getOrder();
}
このグリッドに独自の属性を配置して、別の列として例として重み属性を配置する方法を教えてください。