phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r306 - tag/rel601/coprop/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r306 - tag/rel601/coprop/include/template
Date: Thu, 22 Mar 2012 22:02:08 +0100 (CET)

Author: danydb
Date: 2012-03-22 22:02:08 +0100 (Thu, 22 Mar 2012)
New Revision: 306

Modified:
   tag/rel601/coprop/include/template/key_detail.php
Log:
n'affiche pas les fiches vides

Modified: tag/rel601/coprop/include/template/key_detail.php
===================================================================
--- tag/rel601/coprop/include/template/key_detail.php   2012-03-22 20:47:12 UTC 
(rev 305)
+++ tag/rel601/coprop/include/template/key_detail.php   2012-03-22 21:02:08 UTC 
(rev 306)
@@ -58,10 +58,13 @@
                <th>QuickCode</th>
                <th>Nom</th>
                <th>Description</th>
+               <th>Bâtiment</th>
+               <th>Copropriétaire</th>
                <th>Montant</th>
        </tr>
 <?
        for ($i=0;$i<count($alot);$i++):
+               if ( $alot[$i]['qcode'] == "" ) continue;
 ?>
        <tr>
                <td>



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