i need to add a section to the admin/customer /edit/id/XX
So i created a new module, added the tab that links to admin/customer /quotations/id/XX but i dont know how to overlad the controller in order to display my own page.
In order to test, i added the foloowing section to my config.xml:
<rewrite> <!-- This is an identifier for your rewrite that should be unique --> <MDN_Quotation_admin_customer_quotations> <from><![CDATA[#^/admin/customer/quotations/$#]]></from> <to>/admin/customer/wishlist/id/139</to> </MDN_Quotation_admin_customer_quotations> </rewrite>