在发票历史Magento中插入字段

时间:2016-10-04 21:34:23

标签: magento magento-1.7 frontend magento-1.9 invoice

我设法输入invoice_totals块,但我的目标是插入块“发票历史记录”,按照示例:

enter image description here

此代码:

    <adminhtml_sales_order_invoice_new>
        <reference name="invoice_totals">
            <block type="adminhtml/sales_order_totals_item" name="teste" template="module/name/sales/order/view/nota_fiscal.phtml" />
        </reference>
    </adminhtml_sales_order_invoice_new>

我需要添加相同的字段,但在发票历史记录中,如下所示:

enter image description here

这是创建新发票,感谢您的帮助。

1 个答案:

答案 0 :(得分:1)

尝试使用此代码:

<adminhtml_sales_order_invoice_addcomment>
    <block type="adminhtml/sales_order_comments_view"  name="test" template="module/name/sales/order/view/nota_fiscal.phtml"></block>
</adminhtml_sales_order_invoice_addcomment>