[Vtigercrm-commits] [vtiger-commits] r10072 - /vtigercrm/branches/5.0.3/include/fpdf/pdfconfig.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jan 16 08:58:15 EST 2007


Author: richie
Date: Tue Jan 16 06:58:12 2007
New Revision: 10072

Log:
Space problem fixed

Modified:
    vtigercrm/branches/5.0.3/include/fpdf/pdfconfig.php

Modified: vtigercrm/branches/5.0.3/include/fpdf/pdfconfig.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/fpdf/pdfconfig.php (original)
+++ vtigercrm/branches/5.0.3/include/fpdf/pdfconfig.php Tue Jan 16 06:58:12 2007
@@ -31,10 +31,10 @@
 
 
 //Following variables will be used in modules/{PO/SO/Quotes/Invoice}/pdf_templates/footer.php
-$top = $nettotal_y+42;//"216";
+$top = $nettotal_y+48;//"216";
 
 
-//if trye then Description and Terms & Conditions will be displayed in all pages, false - displayed only in the last page
+//if true then Description and Terms & Conditions will be displayed in all pages, false - displayed only in the last page
 $display_desc_tc = 'true';
 
 





More information about the vtigercrm-commits mailing list