phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r5504 - phpcompta/trunk/include
Date: Wed, 16 Oct 2013 23:47:14 +0200 (CEST)

Author: danydb
Date: 2013-10-16 23:47:14 +0200 (Wed, 16 Oct 2013)
New Revision: 5504

Modified:
   phpcompta/trunk/include/fiche.inc.php
Log:
show reconciliation in card -> historic

Modified: phpcompta/trunk/include/fiche.inc.php
===================================================================
--- phpcompta/trunk/include/fiche.inc.php       2013-10-16 21:46:56 UTC (rev 
5503)
+++ phpcompta/trunk/include/fiche.inc.php       2013-10-16 21:47:14 UTC (rev 
5504)
@@ -448,6 +448,7 @@
                for ($i = 0; $i < count($letter->content); $i++)
                {
                     $row = $letter->content[$i];
+                     $html_letter="";
                         if ($row['letter']!=-1) {
                             
$html_letter=strtoupper(base_convert($row['letter'],10,36));
                         }



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