From: <Ex...@us...> - 2012-02-13 05:19:58
|
Revision: 4891 http://web-erp.svn.sourceforge.net/web-erp/?rev=4891&view=rev Author: ExsonQu Date: 2012-02-13 05:19:51 +0000 (Mon, 13 Feb 2012) Log Message: ----------- Srdjan: Report and fixed 'Settled Transactions' overlap with next row Modified Paths: -------------- trunk/PrintCustStatements.php Modified: trunk/PrintCustStatements.php =================================================================== --- trunk/PrintCustStatements.php 2012-02-12 10:53:55 UTC (rev 4890) +++ trunk/PrintCustStatements.php 2012-02-13 05:19:51 UTC (rev 4891) @@ -154,7 +154,7 @@ $FontSize=12; $YPos -= $line_height; - $pdf->addText($Left_Margin+1,$YPos,$FontSize, _('Settled Transactions')); + $pdf->addText($Left_Margin+1,$YPos+20,$FontSize, _('Settled Transactions')); $YPos -= ($line_height); @@ -431,4 +431,4 @@ } /*end of else not PrintPDF */ -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |