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
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev