It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
i'm adding this code but number is not showing up on pdf file..
if ($client["client_phone"]) {
$pdf->Cell(0, 4, $this->lang->line('label_phone') .': ' .$client["client_phone"], 0, 1, 'L');
}
Comments
Hi, you need to edit 2 files.
In your code editor, open application/controllers/Viewinvoice.php and locate the view function (see pictures 1 and 2 )
Then open application/modules/invoices/views/invoice_tpl_1.php and apply picture 3
yes, controllers/Viewinvoice.php file did the magic
thanks!
Thanks, so vote up