phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5176 - phpcompta/tags/rel650/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5176 - phpcompta/tags/rel650/include
Date: Wed, 6 Feb 2013 19:34:25 +0100 (CET)

Author: danydb
Date: 2013-02-06 19:34:25 +0100 (Wed, 06 Feb 2013)
New Revision: 5176

Modified:
   phpcompta/tags/rel650/include/class_acc_ledger.php
Log:
0000783: Apparence dans HISTO des notes

Modified: phpcompta/tags/rel650/include/class_acc_ledger.php
===================================================================
--- phpcompta/tags/rel650/include/class_acc_ledger.php  2013-01-23 21:59:52 UTC 
(rev 5175)
+++ phpcompta/tags/rel650/include/class_acc_ledger.php  2013-02-06 18:34:25 UTC 
(rev 5176)
@@ -716,7 +716,7 @@
                        $tmp_jr_comment = h($row['jr_comment']);
                        $r.=$tmp_jr_comment;
                        $r.="</TD>";
-                       $r.=td(h($row['n_text']), ' style="font-size:6"');
+                       $r.=td(h($row['n_text']), ' style="font-size:90%"');
                        // Amount
                        // If the ledger is financial :
                        // the credit must be negative and written in red
@@ -911,7 +911,7 @@
                        $tmp_jr_comment = h($row['jr_comment']);
                        $r.=$tmp_jr_comment;
                        $r.="</TD>";
-                       $r.=td(h($row['n_text']), ' style="font-size:6"');
+                       $r.=td(h($row['n_text']), ' style="font-size:90%"');
                        // Amount
                        // If the ledger is financial :
                        // the credit must be negative and written in red



---
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]