Hy guys,<div><br></div><div>I am trying to modifiy the default template for Invoice pdf, and I want to draw some lines in my output.</div><div>In vtlib/Vtiger/PDF/Inventory/HeaderViewer.pdf , in the display function , the output is generated. I've made some changes , but when I try to draw a line, with the these call :</div>
<div><ul><li>$lineData=array("105",$bottom+55,"94");
<br> $pdf-><span class="posthilit">drawLine</span>($lineData);</li></ul><div>the pdf isn't generating anymore. I've tried to do some debug , but I can't find out from where is being called drawLine. Apparently isn from include/tcpdf/pdf.php .</div>
<div>I dont't get any error , just a blank screen.</div><div><br></div><div>Has anybody tried drawLine in vtiger 5.4.0.</div><div><br></div><div>Thanks. </div></div>