Ajout du support des écritures ventilées.
[garradin.git] / templates / admin / compta / comptes / journal.tpl
index 444b7f1..5b08a1d 100644 (file)
     </colgroup>
     <thead>
         <tr>
-            <td></td>
-            <td></td>
-            <td>Date</td>
-            <td>Montant</td>
-            <td>Solde cumulé</td>
+            <th></th>
+            <th></th>
+            <th>Date</th>
+            <th>Montant</th>
+            <th>Solde cumulé</th>
             <th>Libellé</th>
         </tr>
     </thead>
@@ -38,9 +38,9 @@
             {/if}
             </td>
             <td>{$ligne.date|date_fr:'d/m/Y'|escape}</td>
-            <td>{if $ligne.compte_credit == $compte.id}{$credit}{else}{$debit}{/if}{$ligne.montant|html_money}</td>
+            <td>{$ligne.montant|html_money}</td>
             <td>{$ligne.solde|html_money}</td>
-            <th>{$ligne.libelle|escape}</th>
+            <td>{$ligne.libelle|escape}</td>
         </tr>
     {/foreach}
     </tbody>
@@ -53,4 +53,4 @@
     </tfoot>
 </table>
 
-{include file="admin/_foot.tpl"}
\ No newline at end of file
+{include file="admin/_foot.tpl"}