phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4994 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4994 - phpcompta/trunk/include
Date: Sun, 24 Jun 2012 20:10:58 +0200 (CEST)

Author: danydb
Date: 2012-06-24 20:10:58 +0200 (Sun, 24 Jun 2012)
New Revision: 4994

Modified:
   phpcompta/trunk/include/export_fiche_balance_pdf.php
Log:
column internal number was wrapped

Modified: phpcompta/trunk/include/export_fiche_balance_pdf.php
===================================================================
--- phpcompta/trunk/include/export_fiche_balance_pdf.php        2012-06-24 
17:32:22 UTC (rev 4993)
+++ phpcompta/trunk/include/export_fiche_balance_pdf.php        2012-06-24 
18:10:58 UTC (rev 4994)
@@ -153,7 +153,7 @@
                {
                        continue;
                }
-               $tab = array(12, 20, 10,78, 20, 20, 10, 20);
+               $tab = array(12, 20, 20,68, 20, 20, 10, 20);
                $align = array('L', 'C', 'L', 'L', 'R','R', 'R', 'R');
 
                foreach ($array as $row_fiche)



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]