From: <ex...@us...> - 2013-11-19 04:20:11
|
Revision: 6412 http://sourceforge.net/p/web-erp/reponame/6412 Author: exsonqu Date: 2013-11-19 04:20:06 +0000 (Tue, 19 Nov 2013) Log Message: ----------- 2013/11/19 Thumb: Text 'settled transaction' position adjusted to proper position in PrintCustStatements.php. Modified Paths: -------------- trunk/PrintCustStatements.php Modified: trunk/PrintCustStatements.php =================================================================== --- trunk/PrintCustStatements.php 2013-11-18 10:17:42 UTC (rev 6411) +++ trunk/PrintCustStatements.php 2013-11-19 04:20:06 UTC (rev 6412) @@ -156,7 +156,7 @@ if (DB_num_rows($SetldTrans)>=1) { $FontSize=12; - $pdf->addText($Left_Margin+1,$YPos+20,$FontSize, _('Settled Transactions')); + $pdf->addText($Left_Margin+1,$YPos+5,$FontSize, _('Settled Transactions')); $YPos -= (2*$line_height); |