Topic: Remove Print & Close buttons in GL Transactions Details

I need to remove the print & close buttons in GL Transaction.(/gl/view/gl_trans_view.php), Can anyone help me to solved this query?

Re: Remove Print & Close buttons in GL Transactions Details

Comment out the last line in gl_trans_view.php

// end_page(true, false, false, $_GET['type_id'], $_GET['trans_no']);
Phuong

Re: Remove Print & Close buttons in GL Transactions Details

@joe: nice addition for all such popup pages if popups are enabled.