Topic: Check Printing (Canada) not showing up on Purchaser Reports in 2.4.2
Hello,
Installed the extension on FA 2.4.2 but the module not showing up on Purchaser Reports.
Do we need to make some changes in this code to make it work in 2.42?
<?php
global $reports, $dim;
$reports->addReport(RC_SUPPLIER, "_cheque_print",'&Cheque Printing',
array( 'Cheque No.' => 'TEXT',
'Payment' => 'REMITTANCE'));
?>
Thank you for your help.
Jack