Revision: 7421
http://sourceforge.net/p/web-erp/reponame/7421
Author: exsonqu
Date: 2015-12-24 08:23:20 +0000 (Thu, 24 Dec 2015)
Log Message:
-----------
24/12/15 Exson: Add width of printed text to make day to appear in PDFOstdgGRNsPageHeader.inc.
Modified Paths:
--------------
trunk/includes/PDFOstdgGRNsPageHeader.inc
Modified: trunk/includes/PDFOstdgGRNsPageHeader.inc
===================================================================
--- trunk/includes/PDFOstdgGRNsPageHeader.inc 2015-12-24 07:03:16 UTC (rev 7420)
+++ trunk/includes/PDFOstdgGRNsPageHeader.inc 2015-12-24 08:23:20 UTC (rev 7421)
@@ -13,7 +13,7 @@
$YPos -=$line_height;
$LeftOvers = $pdf->addTextWrap($Left_Margin,$YPos,300,$FontSize,_('Outstanding GRNs Valuation for Suppliers between') . ' ' . $_POST['FromCriteria'] . ' ' . _('and') . ' ' . $_POST['ToCriteria']);
-$LeftOvers = $pdf->addTextWrap($Page_Width-$Right_Margin-120,$YPos,120,$FontSize,_('Printed') . ': ' . Date($_SESSION['DefaultDateFormat']) . ' ' . _('Page') . ' ' . $PageNumber);
+$LeftOvers = $pdf->addTextWrap($Page_Width-$Right_Margin-120,$YPos,220,$FontSize,_('Printed') . ': ' . Date($_SESSION['DefaultDateFormat']) . ' ' . _('Page') . ' ' . $PageNumber);
$YPos -=(2*$line_height);
@@ -46,4 +46,4 @@
$PageNumber++;
$FontSize=8;
-?>
\ No newline at end of file
+?>
|