protected function _prepareCollection()
{
$collection = Mage::getResourceModel($this->_getCollectionClass());
$collection->getSelect()->join('sales_flat_order_address', 'main_table.entity_id = sales_flat_order_address.parent_id',array('company'));
$this->setCollection($collection);
}
上記のコードを使用して、注文リストグリッドに会社フィールドを追加します。 それはたぶん、内側ではなく、参加してみてください1038「と同じIDを持つ項目(Mage_Sales_Model_Order)は 『Magento Grid新しい列を追加
それはうまく動作しますが、今は私は請求書のグリッドに小さな問題があります、私は以下の答えの詳細を言及しています。 – p4pravin