By Marius Lead on Wednesday, 30 May 2018
Posted in General Issues
Replies 1
Likes 0
Views 502
Votes 0
I would like to remove links to invoices and keep just download option. Please see attached.
Thanks for your help.
Hello Marvin,

To remove invoice link , refer below mentioned solution.
Go to root/components/com_payplans/templates/default/_partials/default_partial_invoice.php, near line no. 44 find below mentioned line of code.

<?php echo PayplansHtml::link(XiRoute::_('index.php?option=com_payplans&view=invoice&task=display&invoice_key='.$invoice->getKey()), $invoice->getKey());?>


Replace with
<?php echo $invoice->getKey();?>

Let me know if you have any query.
·
Wednesday, 30 May 2018 11:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post